人生啊人生 2 달 전
부모
커밋
b2c53c0c91

+ 6 - 6
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

@@ -350,15 +350,15 @@ export class QingXiCheAdnQvCarEventStep {
             
             case '清洗车_调整卷筒器到合适位置_打开_1':
                 list = [
-                    { "name" : "大卷盘开关盖板", "speed" : 1, "from" : 100, "to" : 200 },
+                    { "name" : "大卷盘", "speed" : 1, "from" : 0, "to" : 102 },
                 ];
                 break;
 
-            // case '清洗车_调整卷筒器到合适位置_打开_2':
-            //     list = [
-            //         { "name" : "大卷盘开关盖板", "speed" : 1, "from" : 100, "to" : 200 },
-            //     ];
-            //     break;
+            case '清洗车_调整卷筒器到合适位置_打开_2':
+                list = [
+                    { "name" : "大卷盘开关盖板", "speed" : 1, "from" : 100, "to" : 200 },
+                ];
+                break;
 
             case '清洗车_套上高压水管护管器':
                 list = [

+ 7 - 3
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEventClick.js

@@ -725,9 +725,13 @@ export class QingXiCheAndQvCarEventClick {
 
                         QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_调整卷筒器到合适位置_打开_1', function() {
 
-                            QingXiCheAndQvCarEvent.find().eventEnd = 2;
-                            QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
-                            QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+                            QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_调整卷筒器到合适位置_打开_2', function() {
+
+                                QingXiCheAndQvCarEvent.find().eventEnd = 2;
+                                QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
+                                QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+
+                            });
                             
                         });