|
@@ -104,6 +104,7 @@ namespace GFGGame
|
|
|
{
|
|
|
int id = ActivityOpenCfgArray.Instance.GetCfg(3002).paramsArr[0];
|
|
|
ShopSProxy.ReqShopBuy(id).Coroutine();
|
|
|
+ ShopSProxy.ReqGetGrowthFundInfo().Coroutine();
|
|
|
}
|
|
|
}
|
|
|
private async void OnBtnGetClick(EventContext context)
|
|
@@ -117,10 +118,7 @@ namespace GFGGame
|
|
|
}
|
|
|
UI_GrowthFundItemUI.ProxyEnd();
|
|
|
bool result = await ShopSProxy.ReqGetGrowthFundReward(3002,goodsId);
|
|
|
- if (result)
|
|
|
- {
|
|
|
- _ui.m_list.numItems = GrowthFundCfgArray.Instance.dataArray.Length;
|
|
|
- }
|
|
|
+ _ui.m_list.numItems = GrowthFundCfgArray.Instance.dataArray.Length;
|
|
|
}
|
|
|
|
|
|
private void ListItemRenderer(int index, GObject obj)
|