|
@@ -481,26 +481,32 @@ export class QingXiCheAndQvCarEventClick {
|
|
if (QingXiCheAdnQvCarEventStep.find().meshListBool(type, objMesh.id) == true) {
|
|
if (QingXiCheAdnQvCarEventStep.find().meshListBool(type, objMesh.id) == true) {
|
|
|
|
|
|
QingXiCheAdnQvCarEventStep.find().meshVisibility("all", false);
|
|
QingXiCheAdnQvCarEventStep.find().meshVisibility("all", false);
|
|
-
|
|
|
|
- // 切换成正在处理中
|
|
|
|
- QingXiCheAndQvCarEvent.find().eventEnd = 1;
|
|
|
|
|
|
|
|
- QingXiCheAndQvCarEvent.find().carShuangShanOpen(true);
|
|
|
|
-
|
|
|
|
- // 切换视角
|
|
|
|
- objIframeEdit.modelPeopleLook(3);
|
|
|
|
- objIframeEdit.cameraVisualAngleGetListNameGpsTo("打开工作双闪箭头灯");
|
|
|
|
- objIframeEdit.roleShow(false);
|
|
|
|
-
|
|
|
|
- let thisTime = new Date().getTime();
|
|
|
|
// 控制延迟逻辑
|
|
// 控制延迟逻辑
|
|
- ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
|
|
|
|
|
|
+ ComVal.find().fpsEventAdd("type_click_" + new Date().getTime(), {}, 1000, function(fpsEventAddRet) {
|
|
ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
|
|
+
|
|
|
|
+ // 切换成正在处理中
|
|
|
|
+ QingXiCheAndQvCarEvent.find().eventEnd = 1;
|
|
|
|
|
|
- QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
|
|
- QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
|
- QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
|
-
|
|
|
|
|
|
+ QingXiCheAndQvCarEvent.find().carShuangShanOpen(true);
|
|
|
|
+
|
|
|
|
+ // 切换视角
|
|
|
|
+ objIframeEdit.modelPeopleLook(3);
|
|
|
|
+ objIframeEdit.cameraVisualAngleGetListNameGpsTo("打开工作双闪箭头灯");
|
|
|
|
+ objIframeEdit.roleShow(false);
|
|
|
|
+
|
|
|
|
+ let thisTime = new Date().getTime();
|
|
|
|
+ // 控制延迟逻辑
|
|
|
|
+ ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
|
|
|
|
+ ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
|
|
+
|
|
|
|
+ QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
|
|
+ QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
|
+ QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
|
+
|
|
|
|
+ });
|
|
|
|
+
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|