hexiaojie 1 سال پیش
والد
کامیت
6f949982f6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManagerIos.cs

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