人生啊人生 2 周之前
父節點
當前提交
8aaf9d5ff9
共有 1 個文件被更改,包括 14 次插入8 次删除
  1. 14 8
      src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEventClick.js

+ 14 - 8
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEventClick.js

@@ -566,16 +566,22 @@ export class QingXiCheAndQvCarEventClick {
                         ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500 * 3, function(fpsEventAddRet) {
                             ComVal.find().fpsEventDel(fpsEventAddRet.code);
                             
-                            QingXiCheAndQvCarEvent.find().eventEnd = 2;
-                            QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
-                            QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+                            QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_关门', function() {
+
+                                QingXiCheAndQvCarEvent.find().eventEnd = 2;
+                                QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
+                                QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+
+                                ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
+                                    confirmButtonText: '知道了',
+                                    callback: (action) => {
+                                        
+                                    },
+                                });
 
-                            ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
-                                confirmButtonText: '知道了',
-                                callback: (action) => {
-                                    
-                                },
                             });
+
+
                             
                         });