|
@@ -1190,13 +1190,17 @@ export class QingXiCheAndQvCarEventClick {
|
|
|
|
|
|
QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_套上高压水管护管器', function() {
|
|
|
|
|
|
- QingXiCheAndQvComClipPlaneMeshEvent.find().ruanGuanLookYes_1(function() {
|
|
|
+ QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
|
+ QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
+ QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
+
|
|
|
+ // QingXiCheAndQvComClipPlaneMeshEvent.find().ruanGuanLookYes_1(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);
|
|
|
|
|
|
- });
|
|
|
+ // });
|
|
|
|
|
|
});
|
|
|
|
|
@@ -1231,15 +1235,19 @@ export class QingXiCheAndQvCarEventClick {
|
|
|
|
|
|
QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_安装合适的高压喷头_喷头移动到对应位置', function() {
|
|
|
|
|
|
- QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
|
- QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
- QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
+ QingXiCheAndQvComClipPlaneMeshEvent.find().ruanGuanLookYes_1(function() {
|
|
|
+
|
|
|
+ QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
|
+ QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
+ QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
+
|
|
|
+ ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
|
|
|
+ confirmButtonText: '知道了',
|
|
|
+ callback: (action) => {
|
|
|
+
|
|
|
+ },
|
|
|
+ });
|
|
|
|
|
|
- ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
|
|
|
- confirmButtonText: '知道了',
|
|
|
- callback: (action) => {
|
|
|
-
|
|
|
- },
|
|
|
});
|
|
|
|
|
|
});
|