人生啊人生 преди 2 седмици
родител
ревизия
89c618094d

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

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

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

@@ -1137,6 +1137,7 @@ export class QingXiCheAndQvCarEventClick {
                     QingXiCheAndQvCarEvent.find().eventEnd = 1;
                     
                     // 切换视角
+                    objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
                     objIframeEdit.modelPeopleLook(3);
                     objIframeEdit.cameraVisualAngleGetListNameGpsTo("取出高压水管并放入布管器内2");
                     objIframeEdit.roleShow(false);
@@ -1216,6 +1217,7 @@ export class QingXiCheAndQvCarEventClick {
                     QingXiCheAndQvCarEvent.find().eventEnd = 1;
                     
                     // 切换视角
+                    objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
                     objIframeEdit.modelPeopleLook(3);
                     objIframeEdit.cameraVisualAngleGetListNameGpsTo("安装合适的高压喷头2");
                     objIframeEdit.roleShow(false);
@@ -1233,6 +1235,13 @@ export class QingXiCheAndQvCarEventClick {
                                 QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
                                 QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
 
+                                ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
+                                    confirmButtonText: '知道了',
+                                    callback: (action) => {
+                                        
+                                    },
+                                });
+
                             });
                             
                         });