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