hexiaojie vor 11 Monaten
Ursprung
Commit
e2340c14c4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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);
         }