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