Browse Source

Merge branch 'master' of http://git.gfggame.com:3000/gfg/client

zhaoyang 3 years ago
parent
commit
4bcc4e2d93

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

BIN
GameClient/Assets/ResIn/Config/excelConfig.sqlite.bytes