人生啊人生 há 2 meses atrás
pai
commit
0ac29779f6

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

@@ -381,8 +381,17 @@ export class QingXiCheAdnQvCarEventStep {
                 ];
                 break;
 
-            // case '':
-            //     break;
+            case '清洗车_安装合适的高压喷头_喷头移动到对应位置_下井':
+                list = [
+                    { "name" : "喷头", "speed" : 0.8, "from" : 330, "to" : 502 },
+                ];
+                break;
+
+            case '清洗车_高压水管护管器_弯曲':
+                list = [
+                    { "name" : "Armature", "speed" : 0.8, "from" : 322, "to" : 361 },
+                ];
+                break;
 
             // case '':
             //     break;

+ 9 - 11
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEventClick.js

@@ -871,21 +871,19 @@ export class QingXiCheAndQvCarEventClick {
 
                         QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_将高压水管放入待施工的管道内_打开井盖', function() {
 
-
-                            thisClass.taoShangGaoYaShuiGuan_2(function() {
+                            QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_高压水管护管器_弯曲', function() {
                                 
-                            });
+                                QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_安装合适的高压喷头_喷头移动到对应位置_下井', function() {
+                                });
 
-                            thisClass.gaoYaPengTou_2(function() {
-                                
-                            });
+                                QingXiCheAndQvComClipPlaneMeshEvent.find().ruanGuanLookYes_2(function() {
 
-                            QingXiCheAndQvComClipPlaneMeshEvent.find().ruanGuanLookYes_2(function() {
+                                    QingXiCheAndQvCarEvent.find().eventEnd = 2;
+                                    QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
+                                    QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+                                    
+                                });
 
-                                QingXiCheAndQvCarEvent.find().eventEnd = 2;
-                                QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
-                                QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
-                                
                             });
 
                         });