去掉推荐视频接口部分无用参数

This commit is contained in:
YeMingfei666 2025-01-09 11:06:27 +08:00
parent e5bf7116ea
commit ccb2fc8375
2 changed files with 6 additions and 6 deletions

View File

@ -399,9 +399,9 @@
getDataList() {
let data = {
page: this.page,
limit: this.limit,
token: uni.getStorageSync('token') ? uni.getStorageSync('token') : '',
randomNum: this.randomNum
limit: this.limit
// token: uni.getStorageSync('token') ? uni.getStorageSync('token') : '',
// 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,
token: uni.getStorageSync('token') ? uni.getStorageSync('token') : '',
randomNum: this.randomNum
limit: this.limit
// token: uni.getStorageSync('token') ? uni.getStorageSync('token') : '',
// randomNum: this.randomNum
}
// #ifdef MP-WEIXIN
data.wxShow = 1