人生啊人生 2 ay önce
ebeveyn
işleme
3777c9250b

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

@@ -433,6 +433,12 @@ export class QingXiCheAdnQvCarEventStep {
                 break;
 
             case '清洗车_调整卷筒器到合适位置_关闭_1':
+                list = [
+                    { "name" : "大卷盘", "speed" : 1, "from" : 102, "to" : 0 },
+                ];
+                break;
+
+            case '清洗车_调整卷筒器到合适位置_关闭_2':
                 list = [
                     { "name" : "大卷盘开关盖板", "speed" : 1, "from" : 200, "to" : 100 },
                 ];

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

@@ -1196,9 +1196,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);
+
+                                        });
 
                                     });