人生啊人生 3 tuần trước cách đây
mục cha
commit
b0e8ae4951
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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;