From d1fe408ee815c24fc2157603f2d41e9cef6c92ce Mon Sep 17 00:00:00 2001 From: daihh Date: Fri, 10 Mar 2023 21:48:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/study/index.vue | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/pages/study/index.vue b/pages/study/index.vue index c304da5..29c587c 100644 --- a/pages/study/index.vue +++ b/pages/study/index.vue @@ -666,41 +666,6 @@ }) uni.hideLoading(); - // await apicourseStudy.myStudyList(lear).then(res => { - // if (res.status == 200) { - // // 我报名的接口 - // //console.log(res) - // let courseIds = []; - // res.result.list.forEach(item => { - // item.delcour = false; - // item.teachersName = ''; - // item.addTime = item.addTime.split(' ')[0]; - // courseIds.push(item.courseId); - // }) - // //console.log(courseIds,'courseIds') - // this.loadCouserTeacher(res.result.list, courseIds); - // data.push(...res.result.list); - // } - // }) - // let learData = { - // page: 1, - // size: 200, - // type: this.classType - // } - // await apiBoeCourse.myLearning(learData).then(res => { - - // if (res.status == 200) { - // res.result.dataList.forEach(item => { - // item.delcour = false; - // }) - // let list = this.filterConversion(res.result.dataList); - // data.push(...list); - - // } - // }) - - //this.studyList = data; - //this.studyData = data; }, filterConversion(data) {