Explorar o código

极简模式的下一步按钮,点了没反应

zengyicheng %!s(int64=2) %!d(string=hai) anos
pai
achega
93a31ae421
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/views/course/components/navBox.vue

+ 2 - 0
src/views/course/components/navBox.vue

@@ -152,6 +152,8 @@ export default {
             this.$emit('update:courseType', 0)
             this.$emit('update:taskCount', 0)
             this.navList[this.courseType].isOpen = true
+          } else {
+            this.$emit('update:taskCount', this.taskCount + 1)
           }
         } else {
           if (this.taskCount === this.chapList[this.courseType].chapterInfo[0].taskJson.length - 1) {