Skip to content

Commit a09c7ad

Browse files
committed
[修复]1. 修复字段异常的问题
1 parent fd19a80 commit a09c7ad

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
@@ -125,7 +125,7 @@ private void ItemRenderer(int index, GObject item)
125125
uiPlayerListItem.m_icon.icon = UIPackage.GetItemURL(FUIPackage.UICommonAvatar, playerInfo.Avatar.ToString());
126126
#endif
127127

128-
item.dataSource = playerInfo;
128+
item.data = playerInfo;
129129
}
130130

131131
private static void OnNetworkClosed(object sender, GameEventArgs e)

0 commit comments

Comments
 (0)