소스 검색

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

# Conflicts:
#	GameClient/Assets/ResIn/Config/excelConfig.sqlite.bytes
zhaoyang 3 년 전
부모
커밋
0fe9eb0052
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      GameClient/Assets/Game/HotUpdate/Views/Login/LoginView.cs
  2. BIN
      GameClient/Assets/ResIn/Config/excelConfig.sqlite.bytes

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

@@ -57,7 +57,6 @@ namespace GFGGame
                 _sceneObject = GameObject.Instantiate(_scenePrefab);
             }
             SceneController.UpdateLoginScene(_sceneObject);
-            _ui.m_btnLogout.visible = GameController.CheckLoginCache(false);
             if (!_ui.m_btnLogout.visible)
             {
                 ViewManager.Show<LoginInputView>();
@@ -83,8 +82,10 @@ namespace GFGGame
             }
             base.OnHide();
         }
+
         private void UpdateServer(ServerInfo info)
         {
+            _ui.m_btnLogout.visible = GameController.CheckLoginCache(false);
             ServerInfosComponent serverInfosComponent = GameGlobal.zoneScene.GetComponent<ServerInfosComponent>();
             if (serverInfosComponent.ServerInfoList.Count == 0)
             {

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