hexiaojie пре 11 месеци
родитељ
комит
fdca79a725
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManagerIos.cs

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

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