This commit is contained in:
GaoHao
2025-01-09 16:48:06 +08:00
3 changed files with 10 additions and 5 deletions

View File

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