推荐页面

This commit is contained in:
duan
2025-01-09 16:20:16 +08:00
parent 5172af725a
commit 126a5f6590
2 changed files with 16 additions and 16 deletions

View File

@@ -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 => {