|
@@ -358,6 +358,14 @@ const updateStudyProgress = () => {
|
|
const initTips = () => {
|
|
const initTips = () => {
|
|
state.tipsKey++;
|
|
state.tipsKey++;
|
|
state.tipsMsg = state.currentChapter.tips;
|
|
state.tipsMsg = state.currentChapter.tips;
|
|
|
|
+
|
|
|
|
+ console.log(
|
|
|
|
+ "initTips = () => { ===>",
|
|
|
|
+ threeWorldLoadType.value,
|
|
|
|
+ stepTipsBool.value,
|
|
|
|
+ stepThreeWorldEndOk.value
|
|
|
|
+ );
|
|
|
|
+
|
|
if (state.currentStep == 0 && state.currentNode == 0) {
|
|
if (state.currentStep == 0 && state.currentNode == 0) {
|
|
state.tipsBtns = [
|
|
state.tipsBtns = [
|
|
{
|
|
{
|
|
@@ -822,7 +830,7 @@ const threeWorldLoadTypeEvent = () => {
|
|
let objNewArray = newArray[i];
|
|
let objNewArray = newArray[i];
|
|
let threeDimensionalConfig = objNewArray["threeDimensionalConfig"];
|
|
let threeDimensionalConfig = objNewArray["threeDimensionalConfig"];
|
|
// console.log("objNewArray", objNewArray);
|
|
// console.log("objNewArray", objNewArray);
|
|
- // console.log("threeDimensionalConfig", threeDimensionalConfig);
|
|
|
|
|
|
+ console.log("threeWorldLoadTypeEvent ===> threeDimensionalConfig ===> ", threeDimensionalConfig);
|
|
|
|
|
|
if (threeDimensionalConfig == "QV仿真实验") {
|
|
if (threeDimensionalConfig == "QV仿真实验") {
|
|
threeWorldLoadType.value = "qv";
|
|
threeWorldLoadType.value = "qv";
|