소스 검색

Merge branch 'master' into HK

lsc 2 년 전
부모
커밋
d54d2457e7
4개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      dist/index.html
  2. 0 0
      dist/static/js/chunk-7a2c484c.2dee70ac.js
  3. 0 0
      dist/static/js/chunk-ab1486c2.b65fb83b.js
  4. 2 0
      src/views/course/components/navBox.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3 - 1
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-7a2c484c.2dee70ac.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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) {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.