Skip to content

Commit f0c0618

Browse files
committed
[修改]1. 修改接口变动
1 parent 6b0abce commit f0c0618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Hotfix/UI/Logic/UILogin/UIPlayerList.Logic.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ private async void OnLoginButtonClick()
6363
reqPlayerLogin.Id = m_SelectedPlayerInfo.Id;
6464
var respPlayerLogin = await GameApp.Network.GetNetworkChannel("network").Call<RespPlayerLogin>(reqPlayerLogin);
6565
PlayerManager.Instance.PlayerInfo = respPlayerLogin.PlayerInfo;
66-
await GameApp.UI.OpenFullScreenUIFormAsync<UIMain>(Utility.Asset.Path.GetUIPath(nameof(UIMain)), UIGroupConstants.Floor.Name);
66+
await GameApp.UI.OpenFullScreenAsync<UIMain>(Utility.Asset.Path.GetUIPath(nameof(UIMain)), UIGroupConstants.Floor);
6767
GameApp.UI.CloseUIForm(this);
6868
}
6969

0 commit comments

Comments
 (0)