|
@@ -690,7 +690,10 @@ export class QingXiCheAndQvCarEvent {
|
|
|
objIframeEdit.modelPeopleLook(1);
|
|
|
objIframeEdit.roleShow(true);
|
|
|
|
|
|
- QingXiCheAndQvCarEventClick.find().renderEventBool = true;
|
|
|
+ // 这里进行一个延迟,因为重新回到第一个步骤
|
|
|
+ setTimeout(function() {
|
|
|
+ QingXiCheAndQvCarEventClick.find().renderEventBool = true;
|
|
|
+ }, 2000);
|
|
|
|
|
|
thisClass.tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
thisClass.tipsBtnsDownOpenEventCallbackMain(false);
|