人生啊人生 3 weken geleden
bovenliggende
commit
d50c5f18dd

+ 1 - 1
user_web/src/components/student/CourseChapter3d.vue

@@ -1812,7 +1812,7 @@ const initScene = () => {
     threeWorld().obj.newIframe.objIframe.ChengGuangYuanJing.CommonVal.find().screenClickNumEvent();
 
     // 默认装的盒子是可以看到的
-    objTypeViewEvent.boxLook(true);
+    objTypeViewEvent.boxLook(false);
 
 }
 

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

@@ -1182,6 +1182,8 @@ export class TypeViewEvent {
     // 请点击人物进行穿搭衣服
     public work_2 = () => {
 
+        this.boxLook(true);
+
         this.viewHide();
         courseChapter3dShow().show.threeWorldMask = true;
 
@@ -1221,6 +1223,7 @@ export class TypeViewEvent {
     // 将四个安全桩放置到正确的位置
     public work_3 = () => {
 
+        this.boxLook(true);
         this.viewHide();
         courseChapter3dShow().show.threeWorldMask = true;