|
@@ -67,9 +67,12 @@ export class TypeEvent {
|
|
type
|
|
type
|
|
);
|
|
);
|
|
|
|
|
|
- // if () {
|
|
|
|
|
|
+ if (typeof type != 'string' && type != '' && type != ' ' && type != ' ') {
|
|
|
|
+ this.storesObj.courseChapter3dShow.show.threeWorldMask = false;
|
|
|
|
+ return this;
|
|
|
|
+ }
|
|
|
|
|
|
- // }
|
|
|
|
|
|
+ this.storesObj.courseChapter3dShow.show.threeWorldMask = true;
|
|
|
|
|
|
switch(type) {
|
|
switch(type) {
|
|
|
|
|
|
@@ -92,7 +95,7 @@ export class TypeEvent {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|