去除推荐视频列表传参token

This commit is contained in:
2025-01-09 16:46:46 +08:00
parent d7a604f7ff
commit 18aedc57c2
2 changed files with 4 additions and 4 deletions

View File

@@ -399,9 +399,9 @@
getDataList() { getDataList() {
let data = { let data = {
page: this.page, page: this.page,
limit: this.limit limit: this.limit,
// token: uni.getStorageSync('token') ? uni.getStorageSync('token') : '', // token: uni.getStorageSync('token') ? uni.getStorageSync('token') : '',
// randomNum: this.randomNum randomNum: this.randomNum
}; };
console.log("getDataList") console.log("getDataList")
httpsRequest.getT('/app/course/selectCourseDetailsList', data).then(res => { httpsRequest.getT('/app/course/selectCourseDetailsList', data).then(res => {

View File

@@ -700,9 +700,9 @@
getDataList() { getDataList() {
let data = { let data = {
page: this.page, page: this.page,
limit: this.limit limit: this.limit,
// token: uni.getStorageSync('token') ? uni.getStorageSync('token') : '', // token: uni.getStorageSync('token') ? uni.getStorageSync('token') : '',
// randomNum: this.randomNum randomNum: this.randomNum
} }
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN
data.wxShow = 1 data.wxShow = 1