Skip to content

Commit 57705b9

Browse files
committed
[修复]1. 修复数据赋值异常的问题
1 parent 56a44ee commit 57705b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public override async void OnOpen(object userData)
5252
}
5353
#endif
5454
#if ENABLE_UI_FAIRYGUI
55+
this.m_player_list.DataList = new List<object>(playerList);
5556
this.m_player_list.numItems = playerList.Count;
5657
#endif
5758
}

0 commit comments

Comments
 (0)