|
@@ -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 = [
|
|
{
|
|
{
|