|
@@ -770,8 +770,9 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
courseCourseList() {
|
|
|
- console.log('ahhhhhhhhhhhhh')
|
|
|
+ console.log('ahhhhh视频hhhhhhhh')
|
|
|
// /course/courseList查询商品下的课程列表
|
|
|
+ this.courseList = []
|
|
|
this.$api.courseCourseList({
|
|
|
pageNum: 1,
|
|
|
pageSize: 100,
|
|
@@ -927,6 +928,7 @@ export default {
|
|
|
this.reStart = false
|
|
|
this.courseId = item.courseId
|
|
|
this.gradeId = item.gradeId
|
|
|
+ this.toggleCourseShow = false
|
|
|
// return
|
|
|
if (index == 0) {
|
|
|
if (item.rebuild === 0) {
|
|
@@ -965,7 +967,7 @@ export default {
|
|
|
// orderGoodsId: this.orderGoodsId,
|
|
|
// });
|
|
|
this.courseId = item.courseId
|
|
|
- this.toggleCourseShow = false
|
|
|
+ // this.toggleCourseShow = false
|
|
|
this.originOnShow()
|
|
|
this.originMounted()
|
|
|
}
|
|
@@ -1017,7 +1019,7 @@ export default {
|
|
|
// orderGoodsId: this.orderGoodsId,
|
|
|
// });
|
|
|
this.courseId = item.courseId
|
|
|
- this.toggleCourseShow = false
|
|
|
+ // this.toggleCourseShow = false
|
|
|
this.originOnShow()
|
|
|
this.originMounted()
|
|
|
}
|
|
@@ -1066,7 +1068,7 @@ export default {
|
|
|
// orderGoodsId: this.orderGoodsId,
|
|
|
// });
|
|
|
this.courseId = item.courseId
|
|
|
- this.toggleCourseShow = false
|
|
|
+ // this.toggleCourseShow = false
|
|
|
this.originOnShow()
|
|
|
this.originMounted()
|
|
|
}
|