人生啊人生 2 settimane fa
parent
commit
6db74198d0

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

@@ -174,7 +174,7 @@ export const QingXiCheAndQvProcessEventStore = defineStore('QingXiCheAndQvProces
             },
 
             {
-                "note" : "下车确定安全灯显示是否正常(请点击地面触发)",
+                "note" : "下车确定安全灯显示是否正常(点击后车厢触发)",
                 "name" : "下车确定安全灯显示是否正常",
                 "correctAnswerMesh" : {
                     // "model_1754298683935离合" : "",
@@ -200,7 +200,7 @@ export const QingXiCheAndQvProcessEventStore = defineStore('QingXiCheAndQvProces
             // },
 
             {
-                "note" : "从水管固定座上拧下高压水管",
+                "note" : "从水管固定座上拧下高压水管(点击高压水管或水管固定座触发)",
                 "name" : "从水管固定座上拧下高压水管",
                 "correctAnswerMesh" : {
                     "exhibition_html_1754309840158_hua_" : "",

+ 8 - 3
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEvent.js

@@ -1250,13 +1250,18 @@ export class QingXiCheAndQvCarEvent {
         let BABYLON = objThreeWorldEventMain.BABYLON;
         let ChengGuangYuanJing = objIframe.ChengGuangYuanJing;
         
-        objIframeEdit.modelPeopleLook(3);
-        objIframeEdit.roleShow(false);
+        // objIframeEdit.modelPeopleLook(3);
+        // objIframeEdit.roleShow(false);
+
+        // 切换到人物的视角
+        objThreeWorldEventMain.commonBirthplaceUpdate();
+        objIframeEdit.modelPeopleLook(1);
+        objIframeEdit.roleShow(true);
 
         QingXiCheAdnQvCarEventStep.find().meshVisibility("all", false);
         QingXiCheAdnQvCarEventStep.find().meshVisibility("调整卷筒器到合适位置", true);
 
-        objIframeEdit.cameraVisualAngleGetListNameGpsTo("调整卷筒器到合适位置1");
+        // objIframeEdit.cameraVisualAngleGetListNameGpsTo("调整卷筒器到合适位置1");
 
         WindowEvent.find().WindowTxtViewOpenEvent(
             "找到卷筒锁开关,轻轻按下开启,依照现场作业需求,缓慢转动卷筒调整至合适角度,确认无误后,再次按下开关将卷筒牢牢锁住。" + "\n"

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

@@ -1044,6 +1044,8 @@ export class QingXiCheAndQvCarEventClick {
 
                     // 切换成正在处理中
                     QingXiCheAndQvCarEvent.find().eventEnd = 1;
+
+                    objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
                     
                     // 切换视角
                     objIframeEdit.modelPeopleLook(3);
@@ -1087,6 +1089,8 @@ export class QingXiCheAndQvCarEventClick {
                     // 切换成正在处理中
                     QingXiCheAndQvCarEvent.find().eventEnd = 1;
                     
+                    objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
+
                     // 切换视角
                     objIframeEdit.modelPeopleLook(3);
                     objIframeEdit.cameraVisualAngleGetListNameGpsTo("调整卷筒器到合适位置2");
@@ -1105,6 +1109,13 @@ export class QingXiCheAndQvCarEventClick {
                                 QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
                                 QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
 
+                                ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
+                                    confirmButtonText: '知道了',
+                                    callback: (action) => {
+                                        
+                                    },
+                                });
+
                             });
                             
                         });