人生啊人生 1 місяць тому
батько
коміт
026720c2e7

+ 4 - 2
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEventClick.js

@@ -394,13 +394,15 @@ export class QingXiCheAndQvCarEventClick {
                     QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
                     thisClass.renderEventBool = false;
 
+                    // 记录当前的视角,解决人物,切换到新的视角的时候,会出现一个很长的过度问题
+                    objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
+
                 }
                 
                 break;
 
         }
-
-
+        
     }
 
 

+ 1 - 1
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvThreeWorldEventMain.js

@@ -108,7 +108,7 @@ export class QingXiCheAndQvThreeWorldEventMain {
 
     /**
      * 将当前移动的视角,切换成角色所在视角
-     * 
+     * 记录当前的视角,解决人物,切换到新的视角的时候,会出现一个很长的过度问题
      */
     coordinateMoveSphereFollowUpdate = function() {