推荐页面
This commit is contained in:
@@ -392,7 +392,7 @@
|
||||
let data = {
|
||||
page: this.page,
|
||||
limit: this.limit,
|
||||
token: uni.getStorageSync('token') ? uni.getStorageSync('token') : '',
|
||||
token: uni.getStorageSync('token') ? uni.getStorageSync('token') : '1',
|
||||
randomNum: this.randomNum
|
||||
};
|
||||
httpsRequest.getT('/app/course/selectCourseDetailsList', data).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user