人生啊人生 пре 2 недеља
родитељ
комит
b0e8ae4951
1 измењених фајлова са 10 додато и 0 уклоњено
  1. 10 0
      user_web/src/components/student/CourseChapter3d.vue

+ 10 - 0
user_web/src/components/student/CourseChapter3d.vue

@@ -1969,6 +1969,10 @@ const typeEvent = (type : any) => {
 
         // 爬行器模块
         case 'crawlerModule':
+
+            // 隐藏箱子
+            objTypeViewEvent.boxLook(false);
+
             objTypeViewEvent.crawlerModuleEvent();
             // 切换动画
             objTypeViewEvent.animationAllTypeUpdate("stopAll");
@@ -1977,6 +1981,10 @@ const typeEvent = (type : any) => {
         
         // 线缆卷盘
         case 'cableReel':
+
+            // 隐藏箱子
+            objTypeViewEvent.boxLook(false);
+
             objTypeViewEvent.cableReelEvent();
             // 切换动画
             objTypeViewEvent.animationAllTypeUpdate("stopAll");
@@ -2201,6 +2209,8 @@ const typeEvent = (type : any) => {
 
         // 设备归位工作
         case 'equipmentRepositioningWork':
+            // 隐藏箱子
+            objTypeViewEvent.boxLook(false);
             objTypeViewEvent.equipmentRepositioningWorkEvent();
             break;