谢杰标 2 年之前
父節點
當前提交
56c3cdfcb7
共有 2 個文件被更改,包括 3 次插入974 次删除
  1. 1 7
      src/components/courseTree/CourseTree.vue
  2. 2 967
      src/pages/course-detail/index.vue

+ 1 - 7
src/components/courseTree/CourseTree.vue

@@ -865,6 +865,7 @@ export default {
         return;
       }
     },
+    // 节卷不需要控制
     handelPracticeOrRxam(section, type, courseId) {
       if (type == 3) {
         //节卷
@@ -1087,13 +1088,6 @@ export default {
       return this.treeList.find((e) => e.courseId == this.playCourseId);
     },
   },
-  watch: {
-    courseList: {
-      async handler(newVal, oldVal) {},
-      deep: true,
-      immediate: true,
-    },
-  },
 };
 </script>
 

File diff suppressed because it is too large
+ 2 - 967
src/pages/course-detail/index.vue


Some files were not shown because too many files changed in this diff