lsc před 2 roky
rodič
revize
ab0283ce7f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 = ''
             }