소스 검색

Merge branch 'master' of https://e.coding.net/shenyou-gfg/gfgclient/client

zhaoyang 3 년 전
부모
커밋
fd2c7515b9
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      GameClient/Assets/Game/HotUpdate/Controller/GameController.cs
  2. BIN
      GameClient/Assets/ResIn/Config/excelConfig.sqlite.bytes

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

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