人生啊人生 2 주 전
부모
커밋
15443ec4cb

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

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

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

@@ -1464,6 +1464,13 @@ export class QingXiCheAndQvCarEventClick {
                         QingXiCheAndQvCarEvent.find().eventEnd = 2;
                         QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
                         QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+
+                        ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
+                            confirmButtonText: '知道了',
+                            callback: (action) => {
+                                
+                            },
+                        });
                         
                     });
                     
@@ -1566,6 +1573,13 @@ export class QingXiCheAndQvCarEventClick {
                                     QingXiCheAndQvCarEvent.find().eventEnd = 2;
                                     QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
                                     QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+
+                                    ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
+                                        confirmButtonText: '知道了',
+                                        callback: (action) => {
+                                            
+                                        },
+                                    });
                                     
                                 });
 
@@ -1590,6 +1604,7 @@ export class QingXiCheAndQvCarEventClick {
                     QingXiCheAndQvCarEvent.find().eventEnd = 1;
                     
                     // 切换视角
+                    objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
                     objIframeEdit.modelPeopleLook(3);
                     objIframeEdit.cameraVisualAngleGetListNameGpsTo("拆卸高压喷头放入喷头机箱内2");
                     objIframeEdit.roleShow(false);
@@ -1607,6 +1622,13 @@ export class QingXiCheAndQvCarEventClick {
                                 QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
                                 QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
 
+                                ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
+                                    confirmButtonText: '知道了',
+                                    callback: (action) => {
+                                        
+                                    },
+                                });
+
                             });
                             
                         });