人生啊人生 3 周之前
父节点
当前提交
e5ea5a0672
共有 1 个文件被更改,包括 18 次插入0 次删除
  1. 18 0
      user_web/src/components/student/event/TypeViewEvent.ts

+ 18 - 0
user_web/src/components/student/event/TypeViewEvent.ts

@@ -3537,6 +3537,24 @@ export class TypeViewEvent {
             lookBool == true ? true : false
         );
 
+
+        // 隐藏老的盒子
+        thisClass.meshVisibilityUpdate(
+            [
+                "exhibition_html_1710385814466_爬行车盒04",
+                "exhibition_html_1710385814466_爬行车盒01",
+                "exhibition_html_1710385814466_爬行车盒02",
+                "exhibition_html_1710385814466_爬行车盒03",
+                "exhibition_html_1710385814466_绕线车盒03",
+                "exhibition_html_1710385814466_绕线车盒01",
+                "exhibition_html_1710385814466_绕线车盒02",
+                "exhibition_html_1710385814466_绕线车盒04",
+            ],
+            0,
+            false
+        );
+
+
     }