|
@@ -248,8 +248,10 @@ const initTips = () => {
|
|
// 得到三维的参数
|
|
// 得到三维的参数
|
|
let threeDimensionalConfig = state.currentChapter.threeDimensionalConfig;
|
|
let threeDimensionalConfig = state.currentChapter.threeDimensionalConfig;
|
|
|
|
|
|
- console.log("initTips ===> 每次进入不同流程后,进行处理的逻辑",
|
|
|
|
- state.tipsMsg, state.currentChapter, threeDimensionalConfig);
|
|
|
|
|
|
+ console.log(
|
|
|
|
+ "initTips ===> 每次进入不同流程后,进行处理的逻辑",
|
|
|
|
+ state.tipsMsg, state.currentChapter, threeDimensionalConfig
|
|
|
|
+ );
|
|
|
|
|
|
if (state.currentStep == 0 && state.currentNode == 0) {
|
|
if (state.currentStep == 0 && state.currentNode == 0) {
|
|
state.tipsBtns = [
|
|
state.tipsBtns = [
|