hexiaojie 11 сар өмнө
parent
commit
6f949982f6

+ 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);
         }