|
@@ -876,28 +876,38 @@ export class QingXiCheAndQvCarEventClick {
|
|
// 切换成正在处理中
|
|
// 切换成正在处理中
|
|
QingXiCheAndQvCarEvent.find().eventEnd = 1;
|
|
QingXiCheAndQvCarEvent.find().eventEnd = 1;
|
|
|
|
|
|
- QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_打开左门', function() {
|
|
|
|
-
|
|
|
|
- // 切换视角
|
|
|
|
- objIframeEdit.modelPeopleLook(3);
|
|
|
|
- objIframeEdit.cameraVisualAngleGetListNameGpsTo("清洗车下车_1");
|
|
|
|
- objIframeEdit.roleShow(false);
|
|
|
|
|
|
+ // 切换视角
|
|
|
|
+ objIframeEdit.modelPeopleLook(3);
|
|
|
|
+ objIframeEdit.cameraVisualAngleGetListNameGpsTo("清洗车按下取力器开关");
|
|
|
|
+ objIframeEdit.roleShow(false);
|
|
|
|
|
|
- let thisTime = new Date().getTime();
|
|
|
|
- // 控制延迟逻辑
|
|
|
|
- ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500 * 2, function(fpsEventAddRet) {
|
|
|
|
- ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
|
|
|
|
+ let thisTime = new Date().getTime();
|
|
|
|
+
|
|
|
|
+ // 控制延迟逻辑
|
|
|
|
+ ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
|
|
|
|
+ ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
|
|
+
|
|
|
|
+ QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_打开左门', function() {
|
|
|
|
+
|
|
|
|
|
|
- QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_关门', function() {
|
|
|
|
|
|
+ objIframeEdit.cameraVisualAngleGetListNameGpsTo("清洗车下车_1");
|
|
|
|
+
|
|
|
|
+ // 控制延迟逻辑
|
|
|
|
+ ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500 * 2, function(fpsEventAddRet) {
|
|
|
|
+ ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
|
|
+
|
|
|
|
+ QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_关门', function() {
|
|
|
|
|
|
- QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
|
|
- QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
|
- QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
|
|
|
+ QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
|
|
+ QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
|
+ QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
|
|
|
- thisClass.downTimeEvent();
|
|
|
|
|
|
+ thisClass.downTimeEvent();
|
|
|
|
|
|
|
|
+ });
|
|
|
|
+
|
|
});
|
|
});
|
|
-
|
|
|
|
|
|
+
|
|
});
|
|
});
|
|
|
|
|
|
});
|
|
});
|