hexiaojie 1 jaar geleden
bovenliggende
commit
e2340c14c4
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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);
         }