|
@@ -5,6 +5,7 @@ import { WindowEvent } from "../../WindowQingXiCheAndQv/js/WindowEvent.js";
|
|
import { QingXiCheAndQvComRes } from '../js/QingXiCheAndQvComRes.js';
|
|
import { QingXiCheAndQvComRes } from '../js/QingXiCheAndQvComRes.js';
|
|
import { QingXiCheAndQvComClipPlaneMeshEvent } from './QingXiCheAndQvComClipPlaneMeshEvent.js';
|
|
import { QingXiCheAndQvComClipPlaneMeshEvent } from './QingXiCheAndQvComClipPlaneMeshEvent.js';
|
|
import { QingXiCheAdnQvCarEventStep } from './QingXiCheAdnQvCarEventStep.js';
|
|
import { QingXiCheAdnQvCarEventStep } from './QingXiCheAdnQvCarEventStep.js';
|
|
|
|
+import { ElMessage, ElMessageBox } from 'element-plus';
|
|
|
|
|
|
/**
|
|
/**
|
|
* 操作清洗车仿真 点击物体的时候触发 逻辑
|
|
* 操作清洗车仿真 点击物体的时候触发 逻辑
|
|
@@ -400,6 +401,13 @@ export class QingXiCheAndQvCarEventClick {
|
|
// 记录当前的视角,解决人物,切换到新的视角的时候,会出现一个很长的过度问题
|
|
// 记录当前的视角,解决人物,切换到新的视角的时候,会出现一个很长的过度问题
|
|
objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
|
|
objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
|
|
|
|
|
|
|
|
+ ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
|
|
|
|
+ confirmButtonText: '知道了',
|
|
|
|
+ callback: (action) => {
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ });
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
break;
|
|
break;
|
|
@@ -409,7 +417,7 @@ export class QingXiCheAndQvCarEventClick {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
/**
|
|
/**
|
|
* 鼠标弹起的时候
|
|
* 鼠标弹起的时候
|
|
@@ -480,11 +488,17 @@ export class QingXiCheAndQvCarEventClick {
|
|
|
|
|
|
QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('人物换装_安全帽', function() {
|
|
QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('人物换装_安全帽', function() {
|
|
|
|
|
|
|
|
+
|
|
QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
|
|
|
-
|
|
|
|
|
|
+ ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
|
|
|
|
+ confirmButtonText: '知道了',
|
|
|
|
+ callback: (action) => {
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ });
|
|
|
|
|
|
});
|
|
});
|
|
|
|
|