人生啊人生 2 tháng trước cách đây
mục cha
commit
56cb2d4788

+ 3 - 0
src/view/student/trainChapter/trainChapter.vue

@@ -244,6 +244,9 @@ const updateStudyProgress = () => {
 const initTips = () => {
 const initTips = () => {
     state.tipsKey++;
     state.tipsKey++;
     state.tipsMsg = state.currentChapter.tips;
     state.tipsMsg = state.currentChapter.tips;
+
+    console.log("initTips ===> 每次进入不同流程后,进行处理的逻辑", state.tipsMsg, state.currentChapter);
+
     if (state.currentStep == 0 && state.currentNode == 0) {
     if (state.currentStep == 0 && state.currentNode == 0) {
         state.tipsBtns = [
         state.tipsBtns = [
             {
             {