pages/digitalCourses/index.js
@@ -175,6 +175,9 @@ }, getCourseList(item) { this.setData({ noData: false, }) let searchObj = {} let sort = {} // // 搜索框 @@ -233,6 +236,7 @@ app.MG.store.getProductList(obj).then((res) => { if(!res.datas.length) { return this.setData({ courseList: [], noData:true, contentLoading:false })