|
@@ -711,6 +711,13 @@ export class QingXiCheAndQvCarEventClick {
|
|
|
QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
|
|
|
+ ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
|
|
|
+ confirmButtonText: '知道了',
|
|
|
+ callback: (action) => {
|
|
|
+
|
|
|
+ },
|
|
|
+ });
|
|
|
+
|
|
|
});
|
|
|
|
|
|
});
|
|
@@ -733,9 +740,18 @@ export class QingXiCheAndQvCarEventClick {
|
|
|
QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('踩下车辆离合器5秒', function() {
|
|
|
|
|
|
WindowEvent.find().WindowCountdownOpen(5, "自定义返回数据", function(WindowCountdownOpenRes) {
|
|
|
+
|
|
|
QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
|
QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
+
|
|
|
+ ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
|
|
|
+ confirmButtonText: '知道了',
|
|
|
+ callback: (action) => {
|
|
|
+
|
|
|
+ },
|
|
|
+ });
|
|
|
+
|
|
|
});
|
|
|
|
|
|
});
|