@@ -122,6 +122,7 @@ namespace GFGGame
listItem.target.text = gameFunctionCfg.name;
}
listItem.target.data = infos;
+ UI_ButtonApproach.ProxyEnd();
private void OnClickListApproachItem(EventContext context)
@@ -128,6 +128,7 @@ namespace GFGGame
item.m_comRewardItem.target.onClick.Add(OnClickListReward);
item.m_comRewardItem.target.data = _listItemDatas[index];
+ UI_ListRewardItem.ProxyEnd();
private void OnClickListReward(EventContext context)