|
@@ -87,7 +87,7 @@ function UIRechargeWalletShopView:RefreshShopItemByIdx(idx,data)
|
|
|
itemLua.itemIcon.image.sprite = nil
|
|
itemLua.itemIcon.image.sprite = nil
|
|
|
itemLua.itemIcon.image.enabled = false
|
|
itemLua.itemIcon.image.enabled = false
|
|
|
itemLua.presentPrice.icon.image.enabled = false
|
|
itemLua.presentPrice.icon.image.enabled = false
|
|
|
-
|
|
|
|
|
|
|
+ itemLua.presentPrice.currency:SetActive(false)
|
|
|
local cfgData = ManagerContainer.CfgMgr:GetPurseShopCfgById(idx)
|
|
local cfgData = ManagerContainer.CfgMgr:GetPurseShopCfgById(idx)
|
|
|
if cfgData then
|
|
if cfgData then
|
|
|
CommonUtil.LoadIcon(self, cfgData.Pic, function(sprite)
|
|
CommonUtil.LoadIcon(self, cfgData.Pic, function(sprite)
|