瀏覽代碼

返回登录处理

guodong 3 年之前
父節點
當前提交
726409fb81
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

+ 1 - 3
GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

@@ -136,9 +136,7 @@ namespace GFGGame
             {
                 Logout();
             }
-            ViewManager.Hide(ViewName.ROLE_INFO_VIEW);
-            ViewManager.Hide(ViewName.MAINUI_VIEW);
-            ViewManager.Show<LoginView>();
+            ViewManager.Show<LoginView>(null, null, true);
             if (logout)
             {
                 ViewManager.Show<LoginInputView>();