|
@@ -223,6 +223,7 @@ export class QingXiCheAndQvCarEvent {
|
|
// 进入新的流程,默认没有完成
|
|
// 进入新的流程,默认没有完成
|
|
this.eventName = type;
|
|
this.eventName = type;
|
|
this.eventEnd = 0;
|
|
this.eventEnd = 0;
|
|
|
|
+ QingXiCheAndQvCarEventClick.find().renderEventBool = false;
|
|
|
|
|
|
// 优先关闭弹窗文本窗口
|
|
// 优先关闭弹窗文本窗口
|
|
WindowEvent.find().WindowTxtViewOpenExit();
|
|
WindowEvent.find().WindowTxtViewOpenExit();
|
|
@@ -244,7 +245,7 @@ export class QingXiCheAndQvCarEvent {
|
|
case '人物换装':
|
|
case '人物换装':
|
|
thisClass.work_new_0();
|
|
thisClass.work_new_0();
|
|
break;
|
|
break;
|
|
-
|
|
|
|
|
|
+
|
|
// 行至车辆区域
|
|
// 行至车辆区域
|
|
case '行至车辆区域':
|
|
case '行至车辆区域':
|
|
thisClass.work_new_0_1();
|
|
thisClass.work_new_0_1();
|
|
@@ -621,6 +622,8 @@ export class QingXiCheAndQvCarEvent {
|
|
objThreeWorldEventMain.commonBirthplaceUpdate();
|
|
objThreeWorldEventMain.commonBirthplaceUpdate();
|
|
objIframeEdit.modelPeopleLook(1);
|
|
objIframeEdit.modelPeopleLook(1);
|
|
objIframeEdit.roleShow(true);
|
|
objIframeEdit.roleShow(true);
|
|
|
|
+
|
|
|
|
+ QingXiCheAndQvCarEventClick.find().renderEventBool = true;
|
|
|
|
|
|
thisClass.tipsBtnsUpOpenEventCallbackMain(false);
|
|
thisClass.tipsBtnsUpOpenEventCallbackMain(false);
|
|
thisClass.tipsBtnsDownOpenEventCallbackMain(false);
|
|
thisClass.tipsBtnsDownOpenEventCallbackMain(false);
|