lsc il y a 1 an
Parent
commit
ab0283ce7f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/easy3/studyStudent.vue

+ 1 - 1
src/components/easy3/studyStudent.vue

@@ -8847,7 +8847,7 @@ export default {
               }
             }
             this.isClickNav = 0;
-            if (_chapterData[taskCount].length || _chapterData[taskCount][0].type == 12) {
+            if (!_chapterData[taskCount].length || _chapterData[taskCount][0].type == 12) {
               this.isClickNav = '';
               this.showType = ''
             }