lsc 1 year ago
parent
commit
ab0283ce7f
1 changed files with 1 additions and 1 deletions
  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 = ''
             }