人生啊人生 2 viikkoa sitten
vanhempi
säilyke
45847c8b75

+ 2 - 2
src/components/ThreeWorldEventQingXiCheAndQv/event/store/QingXiCheAndQvProcessEventStore.js

@@ -49,7 +49,7 @@ export const QingXiCheAndQvProcessEventStore = defineStore('QingXiCheAndQvProces
                 "note" : "在施工范围放置警示标识(请点击地面触发)",
                 "name" : "在施工范围放置警示标识",
                 "correctAnswerMesh" : {
-                    "model_1754298683931地面_primitive0" : "",
+                    // "model_1754298683931地面_primitive0" : "",
                 },
             },
 
@@ -143,7 +143,7 @@ export const QingXiCheAndQvProcessEventStore = defineStore('QingXiCheAndQvProces
                     "model_1754298683935左门_primitive3" : "",
                     "model_1754298683935左门_primitive4" : "",
                     "model_1754298683935左门_primitive5" : "",
-                    "model_1754298683931地面_primitive0" : "",
+                    // "model_1754298683931地面_primitive0" : "",
                 },
             },
 

+ 2 - 0
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

@@ -1,4 +1,5 @@
 import { QingXiCheAndQvCarEventClick } from './QingXiCheAndQvCarEventClick.js'
+import { ElMessage, ElMessageBox } from 'element-plus';
 
 /**
  * 操作动画停止播放和物体显示隐藏,材质,水流等逻辑
@@ -776,6 +777,7 @@ export class QingXiCheAdnQvCarEventStep {
             return true;
         }
         
+        
         return false;
 
         if (typeof type != 'string' || typeof meshId != 'string') {

+ 2 - 0
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEventClick.js

@@ -483,6 +483,8 @@ export class QingXiCheAndQvCarEventClick {
                                         QingXiCheAndQvCarEvent.find().eventEnd = 2;
                                         QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
                                         QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+
+                                        
                                         
                                     });
 

+ 4 - 4
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvThreeWorldEvent.js

@@ -208,10 +208,10 @@ export class QingXiCheAndQvThreeWorldEvent {
                 QingXiCheAndQvCarEventClick.find().main(pickResult);
             })
             .catch(() => {
-                ElMessage({
-                    type: 'info',
-                    message: '取消成功',
-                })
+                // ElMessage({
+                //     type: 'info',
+                //     message: '取消成功',
+                // })
             })
 
         }