人生啊人生 1 周之前
父節點
當前提交
1154b250b7

+ 8 - 0
src/components/ThreeWorldEventQingXiCheAndQv/event/store/QingXiCheAndQvProcessEventStore.js

@@ -8,6 +8,14 @@ export const QingXiCheAndQvProcessEventStore = defineStore('QingXiCheAndQvProces
      */
      */
     const obj = ref({
     const obj = ref({
         
         
+        /**
+         * 当前的模式
+         * 0 - 学习模式,会出现各种提示,进行理解学习
+         * 1 - 考试模式,不会有任何提示,自己想办法完成
+         */
+        // eventMode : 0,
+        eventMode : 1,
+
         // 控制下一步触发逻辑,当时间变化则变化
         // 控制下一步触发逻辑,当时间变化则变化
         downTime : "0",
         downTime : "0",
 
 

+ 4 - 0
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEvent.js

@@ -67,6 +67,7 @@ export class QingXiCheAndQvCarEvent {
          * 1 - 考试模式,不会有任何提示,自己想办法完成
          * 1 - 考试模式,不会有任何提示,自己想办法完成
          */
          */
         this.eventMode = 0;
         this.eventMode = 0;
+        // this.eventMode = 1;
 
 
         /**
         /**
          * 展示3d GUI的次数累加
          * 展示3d GUI的次数累加
@@ -282,6 +283,9 @@ export class QingXiCheAndQvCarEvent {
             "根据不同的类型,切换对应的3d逻辑", type
             "根据不同的类型,切换对应的3d逻辑", type
         );
         );
 
 
+        // 同步当前的模式
+        thisClass.eventMode = QingXiCheAndQvCarEventClick.find().QingXiCheAndQvProcessEventStore.eventMode;
+        
         // if (typeof type != 'string' && type != '' && type != ' ' && type != '  ') {
         // if (typeof type != 'string' && type != '' && type != ' ' && type != '  ') {
         //     this.storesObj.courseChapter3dShow.show.threeWorldMask = false;
         //     this.storesObj.courseChapter3dShow.show.threeWorldMask = false;
         //     return this;
         //     return this;