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

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

@@ -1422,13 +1422,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(
             "双手握紧高压水管,缓慢、匀速地将其送入施工管道,同时注意观察送入长度,使水管前端深入管道内保持在0.5至1米的合适位置。" + "\n"

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

@@ -1280,6 +1280,7 @@ export class QingXiCheAndQvCarEventClick {
                     QingXiCheAndQvCarEvent.find().eventEnd = 1;
                     
                     // 切换视角
+                    objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
                     objIframeEdit.modelPeopleLook(3);
                     objIframeEdit.cameraVisualAngleGetListNameGpsTo("将高压水管放入待施工的管道内2");
                     objIframeEdit.roleShow(false);
@@ -1302,6 +1303,13 @@ export class QingXiCheAndQvCarEventClick {
                                     QingXiCheAndQvCarEvent.find().eventEnd = 2;
                                     QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
                                     QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+
+                                    ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
+                                        confirmButtonText: '知道了',
+                                        callback: (action) => {
+                                            
+                                        },
+                                    });
                                     
                                 });