人生啊人生 3 月之前
父节点
当前提交
db317825e4
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      user_web/src/view/student/trainChapter/trainChapter.vue

+ 5 - 0
user_web/src/view/student/trainChapter/trainChapter.vue

@@ -397,6 +397,11 @@ onUnmounted(() => {
 watch(
     () => state.currentChapter,
     (newVal) => {
+
+        console.log(
+            "更新到新的流程 state.currentChapter ===>", state.currentChapter
+        );
+
         initTips();
 
         //滚动当前课程菜单至可视区域