人生啊人生 2 månader sedan
förälder
incheckning
65ef6f067a

+ 5 - 2
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

@@ -339,8 +339,11 @@ export class QingXiCheAdnQvCarEventStep {
                 ];
                 break;
 
-            // case '':
-            //     break;
+            case '清洗车_关门':
+                list = [
+                    { "name" : "左门", "speed" : 1, "from" : 102, "to" : 0 },
+                ];
+                break;
             
             // case '':
             //     break;

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

@@ -611,7 +611,7 @@ export class QingXiCheAndQvCarEventClick {
                     // 切换成正在处理中
                     QingXiCheAndQvCarEvent.find().eventEnd = 1;
 
-                    thisClass.closeCarMen(function() {
+                    QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_关门', function() {
                         
                         // 切换视角
                         objIframeEdit.modelPeopleLook(3);