mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
去掉注释
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user