guodong 3 years ago
parent
commit
27359666b8
1 changed files with 1 additions and 5 deletions
  1. 1 5
      GameClient/Assets/Game/HotUpdate/Views/Login/LoginView.cs

+ 1 - 5
GameClient/Assets/Game/HotUpdate/Views/Login/LoginView.cs

@@ -64,7 +64,7 @@ namespace GFGGame
             SceneController.UpdateLoginScene(_sceneObject);
             ServerInfosComponent serverInfosComponent = GameGlobal.zoneScene.GetComponent<ServerInfosComponent>();
             ServerInfo recentlyServerInfo = serverInfosComponent.recentlyServerInfo;
-            // UpdateServer(recentlyServerInfo);
+             UpdateServer(recentlyServerInfo);
             _ui.m_btnStart.visible = false;
             _ui.m_btnTapLogin.visible = false;
             InitLoginStatus(serverInfosComponent).Coroutine();
@@ -96,10 +96,6 @@ namespace GFGGame
                 {
                     OnClickBtnStart();
                 }
-                if (!_ui.m_btnLogout.visible)
-                {
-                    ViewManager.Show<LoginInputView>();
-                }
             }
         }