hexiaojie 1 년 전
부모
커밋
6f949982f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManagerIos.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManagerIos.cs

@@ -223,7 +223,7 @@ namespace GFGGame
         public void LogoutSuccessAb(string message)
         {
             Debug.Log("Game.HotUpdate LogoutSuccessAb: " + message);
-            GameController.QuitToLoginView(true);
+            GameController.QuitToLoginView(false);
             EventAgent.DispatchEvent(ConstMessage.OUT_LOGIN);
         }