This commit is contained in:
2025-10-11 09:11:32 +08:00
parent bf7b1bbbb2
commit 939d3d81fc
23 changed files with 201 additions and 51 deletions

View File

@@ -76,6 +76,17 @@ namespace NBF
private async FTask OnLoginClick()
{
await LoginHelper.Login(InputAccount.text);
BagPanel.Show();
FishingShopPanel.Show();
// var mapId = role.Info.MapId;
// if (mapId == 0)
// {
// Log.Warning("账号没有进入过地图,进入新手引导地图");
// mapId = 99;
// }
// await MapHelper.EnterMap(mapId, role.RoomCode);
// await MapHelper.EnterMap(99);
Del();
}