hexiaojie 11 månader sedan
förälder
incheckning
e2340c14c4
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManagerIos.cs

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

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