|
@@ -26,8 +26,8 @@
|
|
|
:levelId="levelId + '-' + itemM.sectionId"
|
|
|
:testType="2"
|
|
|
:ChapterSectionExam='sectionExam'
|
|
|
- @togoBack='togoBack()'
|
|
|
></courseSection>
|
|
|
+ <!-- @togoBack='togoBack()' -->
|
|
|
<u-line v-if="indexM < list.length - 1"></u-line>
|
|
|
</view>
|
|
|
<view v-if="itemM.type == 2">
|
|
@@ -161,9 +161,9 @@ export default {
|
|
|
methods: {
|
|
|
...mapMutations(["updateChapterOpen"]),
|
|
|
// 调用节的方法
|
|
|
- togoBack(value) {
|
|
|
- this.$refs.ChapterSection[0].ChapterExam()
|
|
|
- },
|
|
|
+ // togoBack(value) {
|
|
|
+ // this.$refs.ChapterSection[0].ChapterExam()
|
|
|
+ // },
|
|
|
goodsTodayStudySectionNum() {
|
|
|
return new Promise((resolve) => {
|
|
|
this.$api
|