浏览代码

Merge branch 'H5sdk' of http://129.204.4.238:3000/hexiaojie/client_webgl into H5sdk

# Conflicts:
#	GameClient/Assets/Game/HotUpdate/Views/Login/LoginView.cs
hexiaojie 9 月之前
父节点
当前提交
25252016a8

+ 0 - 1
GameClient/Assets/Game/HotUpdate/Controller/LoginController.cs

@@ -237,7 +237,6 @@ namespace GFGGame
             else
             {
                 ViewManager.Hide<ModalStatusView>();
-                //GameController.ShowCreateRole();不显示创角界面,在剧情中改名
                 await ReqCreateRole();
             }
         }

+ 1 - 0
GameClient/Assets/Game/HotUpdate/ETCodes/Hotfix/App/Login/LoginHelper.cs

@@ -141,6 +141,7 @@ namespace ET
             accountInfoComponent.AccountId = a2CLoginAccount.AccountId;
             accountInfoComponent.Account = account;
             accountInfoComponent.Age = a2CLoginAccount.Age;
+            LoginController.GetRoles().Coroutine();
         }
 
         public static async ETTask<int> Register(Scene zoneScene, string address, string account, string password,