Bladeren bron

Merge branch 'master' into HK

lsc 2 jaren geleden
bovenliggende
commit
d54d2457e7

File diff suppressed because it is too large
+ 3 - 1
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-7a2c484c.2dee70ac.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-ab1486c2.b65fb83b.js


+ 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) {

Some files were not shown because too many files changed in this diff