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