人生啊人生 2 هفته پیش
والد
کامیت
601214f8ef

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

@@ -1334,6 +1334,7 @@ export class QingXiCheAndQvCarEventClick {
                     QingXiCheAndQvCarEvent.find().eventEnd = 1;
                     QingXiCheAndQvCarEvent.find().eventEnd = 1;
                     
                     
                     // 切换视角
                     // 切换视角
+                    objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
                     objIframeEdit.modelPeopleLook(3);
                     objIframeEdit.modelPeopleLook(3);
                     objIframeEdit.cameraVisualAngleGetListNameGpsTo("在触屏操作面板上将管长清零2");
                     objIframeEdit.cameraVisualAngleGetListNameGpsTo("在触屏操作面板上将管长清零2");
                     objIframeEdit.roleShow(false);
                     objIframeEdit.roleShow(false);

+ 6 - 0
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvThreeWorldEvent.js

@@ -1,5 +1,6 @@
 import { ComVal } from "../common/ComVal.js";
 import { ComVal } from "../common/ComVal.js";
 import { QingXiCheAndQvCarEventClick } from "../js/QingXiCheAndQvCarEventClick.js";
 import { QingXiCheAndQvCarEventClick } from "../js/QingXiCheAndQvCarEventClick.js";
+import { QingXiCheAndQvCarEvent } from "./QingXiCheAndQvCarEvent.js";
 import { QingXiCheAndQvComHighlightLayer } from "../js/QingXiCheAndQvComHighlightLayer.js";
 import { QingXiCheAndQvComHighlightLayer } from "../js/QingXiCheAndQvComHighlightLayer.js";
 import { ElMessage, ElMessageBox } from 'element-plus';
 import { ElMessage, ElMessageBox } from 'element-plus';
 
 
@@ -233,6 +234,11 @@ export class QingXiCheAndQvThreeWorldEvent {
         var objIframe = this.objIframe;
         var objIframe = this.objIframe;
         var BABYLON = this.BABYLON;
         var BABYLON = this.BABYLON;
         
         
+        // 如果不再考核的时候
+        if (QingXiCheAndQvCarEvent.find().eventEnd != 0) {
+            return false;
+        }
+
         // 优先判断当前流程,是否需要进行物体点击判断逻辑的触发
         // 优先判断当前流程,是否需要进行物体点击判断逻辑的触发
         let listIndex = QingXiCheAndQvCarEventClick.find().QingXiCheAndQvProcessEventStore.obj.listIndex;
         let listIndex = QingXiCheAndQvCarEventClick.find().QingXiCheAndQvProcessEventStore.obj.listIndex;
         let list = QingXiCheAndQvCarEventClick.find().QingXiCheAndQvProcessEventStore.obj.list;
         let list = QingXiCheAndQvCarEventClick.find().QingXiCheAndQvProcessEventStore.obj.list;