去除推荐视频列表传参token

This commit is contained in:
YeMingfei666 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() {
let data = {
page: this.page,
limit: this.limit
limit: this.limit,
// token: uni.getStorageSync('token') ? uni.getStorageSync('token') : '',
// randomNum: this.randomNum
randomNum: this.randomNum
};
console.log("getDataList")
httpsRequest.getT('/app/course/selectCourseDetailsList', data).then(res => {

View File

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