|
@@ -635,7 +635,7 @@ export class QingXiCheAndQvCarEventClick {
|
|
|
|
|
|
// 切换视角
|
|
|
objIframeEdit.modelPeopleLook(3);
|
|
|
- objIframeEdit.cameraVisualAngleGetListNameGpsTo("拧动钥匙发动车辆_new");
|
|
|
+ objIframeEdit.cameraVisualAngleGetListNameGpsTo("清洗车启动车辆");
|
|
|
objIframeEdit.roleShow(false);
|
|
|
|
|
|
let thisTime = new Date().getTime();
|
|
@@ -647,21 +647,32 @@ export class QingXiCheAndQvCarEventClick {
|
|
|
|
|
|
QingXiCheAndQvCarEvent.find().carOpen(true);
|
|
|
|
|
|
- // 切换视角
|
|
|
- objIframeEdit.modelPeopleLook(3);
|
|
|
- objIframeEdit.cameraVisualAngleGetListNameGpsTo("拧动钥匙发动车辆向上");
|
|
|
- objIframeEdit.roleShow(false);
|
|
|
+ QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
|
+ QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
+ QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
|
|
|
- thisTime = new Date().getTime();
|
|
|
- // 控制延迟逻辑
|
|
|
- ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
|
|
|
- ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
|
+ ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
|
|
|
+ confirmButtonText: '知道了',
|
|
|
+ callback: (action) => {
|
|
|
+
|
|
|
+ },
|
|
|
+ });
|
|
|
+
|
|
|
+ // // 切换视角
|
|
|
+ // objIframeEdit.modelPeopleLook(3);
|
|
|
+ // objIframeEdit.cameraVisualAngleGetListNameGpsTo("拧动钥匙发动车辆向上");
|
|
|
+ // objIframeEdit.roleShow(false);
|
|
|
+
|
|
|
+ // 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);
|
|
|
+ // QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
|
+ // QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
+ // QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
|
|
|
- });
|
|
|
+ // });
|
|
|
|
|
|
});
|
|
|
|