人生啊人生 2 weeks ago
parent
commit
ade57082f1

+ 24 - 11
src/components/ThreeWorldEventQingXiCheAndQv/event/store/QingXiCheAndQvProcessEventStore.js

@@ -419,7 +419,7 @@ export const QingXiCheAndQvProcessEventStore = defineStore('QingXiCheAndQvProces
                     "model_1754298683935大卷盘_primitive10" : "",
                     "model_1754298683935大卷盘_primitive11" : "",
                     "model_1754298683935大卷盘开关盖板_primitive1" : "",
-                    
+
                 },
             },
 
@@ -440,18 +440,31 @@ export const QingXiCheAndQvProcessEventStore = defineStore('QingXiCheAndQvProces
             },
 
             {
-                "note" : "疏通管道后减小油门到初始状态(请点击管道或操作面板触发)",
+                // "note" : "疏通管道后减小油门到初始状态(请点击管道或操作面板触发)",
+                "note" : "疏通管道后减小油门到初始状态(请点击操作面板触发)",
                 "name" : "疏通管道后减小油门到初始状态",
                 "correctAnswerMesh" : {
-                    "model_1754298683935卷盘管1_primitive0" : "",
-                    "model_1754298683935卷盘管1_primitive1" : "",
-                    "model_1754298683935波纹管_primitive0" : "",
-                    "model_1754298683935波纹管_primitive1" : "",
-                    "model_1754298683940管道_primitive0" : "",
-                    "model_1754298683940管道_primitive1" : "",
-                    "model_1754298683940管道_primitive2" : "",
-                    "model_1754298683940管道_primitive3" : "",
-                    "model_1754298683940管道_primitive4" : "",
+                    // "model_1754298683935卷盘管1_primitive0" : "",
+                    // "model_1754298683935卷盘管1_primitive1" : "",
+                    // "model_1754298683935波纹管_primitive0" : "",
+                    // "model_1754298683935波纹管_primitive1" : "",
+                    // "model_1754298683940管道_primitive0" : "",
+                    // "model_1754298683940管道_primitive1" : "",
+                    // "model_1754298683940管道_primitive2" : "",
+                    // "model_1754298683940管道_primitive3" : "",
+                    // "model_1754298683940管道_primitive4" : "",
+
+                    "model_1754298683935大卷盘_primitive0" : "",
+                    "model_1754298683935大卷盘_primitive1" : "",
+                    "model_1754298683935大卷盘_primitive2" : "",
+                    "model_1754298683935大卷盘_primitive3" : "",
+                    "model_1754298683935大卷盘_primitive4" : "",
+                    "model_1754298683935大卷盘_primitive6" : "",
+                    "model_1754298683935大卷盘_primitive7" : "",
+                    "model_1754298683935大卷盘_primitive8" : "",
+                    "model_1754298683935大卷盘_primitive10" : "",
+                    "model_1754298683935大卷盘_primitive11" : "",
+                    "model_1754298683935大卷盘开关盖板_primitive1" : "",
                 },
             },
 

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

@@ -1597,13 +1597,19 @@ 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"

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

@@ -1424,6 +1424,13 @@ export class QingXiCheAndQvCarEventClick {
                         QingXiCheAndQvCarEvent.find().eventEnd = 2;
                         QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
                         QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+
+                        ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
+                            confirmButtonText: '知道了',
+                            callback: (action) => {
+                                
+                            },
+                        });
                         
                     });
                     
@@ -1442,6 +1449,7 @@ export class QingXiCheAndQvCarEventClick {
                     QingXiCheAndQvCarEvent.find().eventEnd = 1;
                     
                     // 切换视角
+                    objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
                     objIframeEdit.modelPeopleLook(3);
                     objIframeEdit.cameraVisualAngleGetListNameGpsTo("疏通管道后减小油门到初始状态2");
                     objIframeEdit.roleShow(false);