|
@@ -111,6 +111,7 @@ namespace GFGGame
|
|
|
ItemCfg itemCfg = ItemCfgArray.Instance.GetCfg(rewards[index][0]);
|
|
|
item.m_loaIcon.url = ResPathUtil.GetCommonGameResPath(itemCfg.res);
|
|
|
item.m_txtNum.text = string.Format("x{0}", rewards[index][1]);
|
|
|
+ UI_ListTaskRewardItem.ProxyEnd();
|
|
|
}
|
|
|
private async void OnBtnGetClick(EventContext context)
|
|
|
{
|