去掉推荐视频接口部分无用参数
This commit is contained in:
parent
e5bf7116ea
commit
ccb2fc8375
|
|
@ -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 => {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue