|
@@ -1975,9 +1975,55 @@ export class QingXiCheAndQvCarEventClick {
|
|
|
// 回到驾驶室
|
|
|
case '回到驾驶室':
|
|
|
|
|
|
+ if (QingXiCheAdnQvCarEventStep.find().meshListBool(type, objMesh.id) == true) {
|
|
|
|
|
|
-
|
|
|
+ QingXiCheAdnQvCarEventStep.find().meshVisibility("all", false);
|
|
|
+
|
|
|
+ // 切换成正在处理中
|
|
|
+ QingXiCheAndQvCarEvent.find().eventEnd = 1;
|
|
|
+
|
|
|
+ QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_打开左门', function() {
|
|
|
+
|
|
|
+ // 切换视角
|
|
|
+ objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
|
|
|
+ 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_" + thisTime, {}, 1500 * 3, function(fpsEventAddRet) {
|
|
|
+ ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
|
+
|
|
|
+ objIframeEdit.cameraVisualAngleGetListNameGpsTo("清洗车确定车辆双闪和工作箭头等是否正常");
|
|
|
+ ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
|
|
|
+ ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
|
+
|
|
|
+ QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_关门', function() {
|
|
|
+
|
|
|
+ objIframeEdit.cameraVisualAngleGetListNameGpsTo("清洗车进入副驾驶2");
|
|
|
+ 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);
|
|
|
+
|
|
|
+ thisClass.downTimeEvent();
|
|
|
|
|
|
+ });
|
|
|
+
|
|
|
+ });
|
|
|
+
|
|
|
+ });
|
|
|
+
|
|
|
+ });
|
|
|
+
|
|
|
+ });
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
break;
|
|
|
|
|
|
// 回到驾驶室踩下车辆离合器5秒
|
|
@@ -1990,7 +2036,7 @@ export class QingXiCheAndQvCarEventClick {
|
|
|
// 切换成正在处理中
|
|
|
QingXiCheAndQvCarEvent.find().eventEnd = 1;
|
|
|
|
|
|
- QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('踩下车辆离合器5秒', function() {
|
|
|
+ QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车踩离合5秒', function() {
|
|
|
|
|
|
WindowEvent.find().WindowCountdownOpen(5, "自定义返回数据", function(WindowCountdownOpenRes) {
|
|
|
QingXiCheAndQvCarEvent.find().eventEnd = 2;
|