人生啊人生 hai 2 meses
pai
achega
f49a85c8d3

+ 20 - 13
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

@@ -375,8 +375,11 @@ export class QingXiCheAdnQvCarEventStep {
                 ];
                 break;
 
-            // case '':
-            //     break;
+            case '清洗车_将高压水管放入待施工的管道内_打开井盖':
+                list = [
+                    { "name" : "井盖013", "speed" : 1, "from" : 0, "to" : 102 },
+                ];
+                break;
 
             // case '':
             //     break;
@@ -619,6 +622,13 @@ export class QingXiCheAdnQvCarEventStep {
                     "exhibition_html_1754310287302_hua_",
                 ];
                 break;
+            
+            case "将高压水管放入待施工的管道内":
+                meshList = [
+                    "exhibition_html_1754310339535_hua_",
+                ];
+                break;
+
                 
         }
         
@@ -829,17 +839,14 @@ export class QingXiCheAdnQvCarEventStep {
                 
             },
             "将高压水管放入待施工的管道内" : {
-                "model_1746598895147波纹管_primitive0" : "model_1746598895147波纹管_primitive0",
-                "model_1746598895147波纹管_primitive1" : "model_1746598895147波纹管_primitive1",
-                "model_1746598895147喷头001" : "model_1746598895147喷头001",
-                "model_1746598895147喷头002" : "model_1746598895147喷头002",
-                "model_1746598895147喷头003" : "model_1746598895147喷头003",
-                "model_1746598895147喷头004" : "model_1746598895147喷头004",
-                "model_1746598895147水泥管" : "model_1746598895147水泥管",
-                "model_1746598895149软管" : "model_1746598895149软管",
-                "model_1746598895147相机箱001_primitive0" : "model_1746598895147相机箱001_primitive0",
-                "model_1746598895147相机箱001_primitive1" : "model_1746598895147相机箱001_primitive1",
-                "model_1746598895147相机箱001_primitive2" : "model_1746598895147相机箱001_primitive2",
+                "exhibition_html_1754310339535_hua_" : "",
+                "model_1754298683935波纹管_primitive0" : "",
+                "model_1754298683935波纹管_primitive1" : "",
+                "model_1754298683935卷盘管3" : "",
+                "model_1754298683935喷头" : "",
+                "model_1754298683933井盖013_primitive0" : "",
+                "model_1754298683933井盖013_primitive1" : "",
+
             },
             "在触屏操作面板上将管长清零" : {
                 "model_1746598895147大卷盘开关盖板_primitive0" : "model_1746598895147大卷盘开关盖板_primitive0",

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

@@ -868,20 +868,26 @@ export class QingXiCheAndQvCarEventClick {
                     ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
                         ComVal.find().fpsEventDel(fpsEventAddRet.code);
                         
-                        thisClass.taoShangGaoYaShuiGuan_2(function() {
-                            
-                        });
 
-                        thisClass.gaoYaPengTou_2(function() {
-                            
-                        });
+                        QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_将高压水管放入待施工的管道内_打开井盖', function() {
 
-                        QingXiCheAndQvComClipPlaneMeshEvent.find().ruanGuanLookYes_2(function() {
 
-                            QingXiCheAndQvCarEvent.find().eventEnd = 2;
-                            QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
-                            QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
-                            
+                            thisClass.taoShangGaoYaShuiGuan_2(function() {
+                                
+                            });
+
+                            thisClass.gaoYaPengTou_2(function() {
+                                
+                            });
+
+                            QingXiCheAndQvComClipPlaneMeshEvent.find().ruanGuanLookYes_2(function() {
+
+                                QingXiCheAndQvCarEvent.find().eventEnd = 2;
+                                QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
+                                QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+                                
+                            });
+
                         });
                         
                     });