Skip to content

Commit

Permalink
[修改]1. 修改接口变动
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Dec 14, 2024
1 parent 6b0abce commit f0c0618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Hotfix/UI/Logic/UILogin/UIPlayerList.Logic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ private async void OnLoginButtonClick()
reqPlayerLogin.Id = m_SelectedPlayerInfo.Id;
var respPlayerLogin = await GameApp.Network.GetNetworkChannel("network").Call<RespPlayerLogin>(reqPlayerLogin);
PlayerManager.Instance.PlayerInfo = respPlayerLogin.PlayerInfo;
await GameApp.UI.OpenFullScreenUIFormAsync<UIMain>(Utility.Asset.Path.GetUIPath(nameof(UIMain)), UIGroupConstants.Floor.Name);
await GameApp.UI.OpenFullScreenAsync<UIMain>(Utility.Asset.Path.GetUIPath(nameof(UIMain)), UIGroupConstants.Floor);
GameApp.UI.CloseUIForm(this);
}

Expand Down

0 comments on commit f0c0618

Please sign in to comment.