|
@@ -67,6 +67,7 @@ export class QingXiCheAndQvCarEvent {
|
|
|
* 1 - 考试模式,不会有任何提示,自己想办法完成
|
|
|
*/
|
|
|
this.eventMode = 0;
|
|
|
+ // this.eventMode = 1;
|
|
|
|
|
|
/**
|
|
|
* 展示3d GUI的次数累加
|
|
@@ -282,6 +283,9 @@ export class QingXiCheAndQvCarEvent {
|
|
|
"根据不同的类型,切换对应的3d逻辑", type
|
|
|
);
|
|
|
|
|
|
+ // 同步当前的模式
|
|
|
+ thisClass.eventMode = QingXiCheAndQvCarEventClick.find().QingXiCheAndQvProcessEventStore.eventMode;
|
|
|
+
|
|
|
// if (typeof type != 'string' && type != '' && type != ' ' && type != ' ') {
|
|
|
// this.storesObj.courseChapter3dShow.show.threeWorldMask = false;
|
|
|
// return this;
|