lsc 1 年之前
父节点
当前提交
ab0283ce7f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 = ''
             }