人生啊人生 2 viikkoa sitten
vanhempi
säilyke
9d9ed8e905

+ 4 - 1
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEvent.js

@@ -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);

+ 1 - 0
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEventClick.js

@@ -555,6 +555,7 @@ export class QingXiCheAndQvCarEventClick {
                     QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_打开左门', function() {
                         
                         // 切换视角
+                        objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
                         objIframeEdit.modelPeopleLook(3);
                         objIframeEdit.cameraVisualAngleGetListNameGpsTo("侧身进入驾驶室");
                         objIframeEdit.roleShow(false);