人生啊人生 1 долоо хоног өмнө
parent
commit
5b1e86ff0c

+ 12 - 4
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

@@ -476,11 +476,19 @@ export class QingXiCheAdnQvCarEventStep {
                 ];
                 break;
 
-            // case '':
-            //     break;
+            case '小卷筒使用方法_开启卷帘门':
+                list = [
+                    { "name" : "卷帘门01-1", "speed" : 1, "from" : 0, "to" : 301 },
+                    { "name" : "卷帘门01-2", "speed" : 1, "from" : 0, "to" : 301 },
+                    { "name" : "卷帘门01-3", "speed" : 1, "from" : 0, "to" : 301 },
+                ];
+                break;
 
-            // case '':
-            //     break;
+            case '小卷筒使用方法_开启车身侧门':
+                list = [
+                    { "name" : "车厢侧门", "speed" : 1, "from" : 0, "to" : 121 },
+                ];
+                break;
 
             // case '':
             //     break;

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

@@ -1644,13 +1644,15 @@ export class QingXiCheAndQvCarEventClick {
                     ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
                         ComVal.find().fpsEventDel(fpsEventAddRet.code);
 
-                        
+                        QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('小卷筒使用方法_开启卷帘门', function() {
                         
                             QingXiCheAndQvCarEvent.find().eventEnd = 2;
                             QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
                             QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
 
                             thisClass.downTimeEvent();
+
+                        });
                             
                         
                     });