人生啊人生 1 viikko sitten
vanhempi
säilyke
50cdf8887a

+ 16 - 1
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

@@ -553,7 +553,20 @@ export class QingXiCheAdnQvCarEventStep {
                     { "name" : "水枪", "speed" : 1, "from" : 502, "to" : 300 },
                 ];
                 break;
-                
+            
+            case '小卷筒使用方法_关闭车身侧门':
+                list = [
+                    { "name" : "车厢侧门", "speed" : 1, "from" : 121, "to" : 0 },
+                ];
+                break;
+
+            case '小卷筒使用方法_关闭卷帘门':
+                list = [
+                    { "name" : "卷帘门01-1", "speed" : 1, "from" : 301, "to" : 0 },
+                    { "name" : "卷帘门01-2", "speed" : 1, "from" : 301, "to" : 0 },
+                    { "name" : "卷帘门01-3", "speed" : 1, "from" : 301, "to" : 0 },
+                ];
+                break;
 
             // case '':
             //     break;
@@ -657,6 +670,8 @@ export class QingXiCheAdnQvCarEventStep {
                     "exhibition_html_1754357772363_hua_",
                     "exhibition_html_1754358140345_hua_",
                     "exhibition_html_1758519751744_hua_",
+                    "exhibition_html_1758765222642_hua_",
+                    "exhibition_html_1758765186299_hua_",
                 ];
 
                 break;

+ 23 - 5
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEventClick.js

@@ -1931,17 +1931,35 @@ export class QingXiCheAndQvCarEventClick {
                                 
                                 QingXiCheAndQvComClipPlaneMeshEvent.find().shuiQiangGuanLook_2(function() {
                                     
+                                    objIframeEdit.cameraVisualAngleGetListNameGpsTo("清洗车在使用完毕后切换手动三通阀1");
 
+                                    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();
+                                            objIframeEdit.cameraVisualAngleGetListNameGpsTo("清洗车安装手持水枪");
 
+                                            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();
+
+                                                });
+                                                
+                                            });
+
+                                        });
+                                        
+                                    });
+                                    
                                 });
 
                             });