人生啊人生 3 сар өмнө
parent
commit
db317825e4

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

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