人生啊人生 1 viikko sitten
vanhempi
säilyke
82934889fc

+ 9 - 12
src/components/ThreeWorldEventQingXiCheAndQv/event/store/QingXiCheAndQvProcessEventStore.js

@@ -597,18 +597,15 @@ export const QingXiCheAndQvProcessEventStore = defineStore('QingXiCheAndQvProces
                 },
             },
             
-            // {
-            //     "note" : "车辆正常熄火",
-            //     "name" : "车辆正常熄火",
-            //     "correctAnswerMesh" : {
-            //         "exhibition_html_1754309585650_hua_" : "",
-            //         "exhibition_html_1754309754597_hua_" : "",
-            //         "model_1754298683935控制台_primitive5" : "",
-            //         "model_1754298683935控制台_primitive7" : "",
-            //         "model_1754298683935钥匙_primitive0" : "",
-            //         "model_1754298683935钥匙_primitive1" : "",
-            //     },
-            // },
+            {
+                "note" : "车辆正常熄火",
+                "name" : "车辆正常熄火",
+                "correctAnswerMesh" : {
+                    "exhibition_html_1754309754597_hua_" : "",
+                    "model_1754298683935钥匙_primitive0" : "",
+                    "model_1754298683935钥匙_primitive1" : "",
+                },
+            },
 
             // {
             //     "note" : "",

+ 1 - 1
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEvent.js

@@ -2492,7 +2492,7 @@ export class QingXiCheAndQvCarEvent {
         QingXiCheAdnQvCarEventStep.find().meshVisibility("all", false);
         QingXiCheAdnQvCarEventStep.find().meshVisibility("车辆正常熄火", true);
 
-        objIframeEdit.cameraVisualAngleGetListNameGpsTo("熄火_1");
+        // objIframeEdit.cameraVisualAngleGetListNameGpsTo("熄火_1");
 
         WindowEvent.find().WindowTxtViewOpenEvent(
             "车辆正常熄火" + "\n"

+ 7 - 3
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEventClick.js

@@ -2199,10 +2199,14 @@ export class QingXiCheAndQvCarEventClick {
                             // 控制延迟逻辑
                             ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
                                 ComVal.find().fpsEventDel(fpsEventAddRet.code);
+
+
                                 
-                                QingXiCheAndQvCarEvent.find().eventEnd = 2;
-                                QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
-                                QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+                                    QingXiCheAndQvCarEvent.find().eventEnd = 2;
+                                    QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
+                                    QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+
+                                    
 
                             });