【万象商会】白篇处理

dev_chengFeng
ZhangBiao 2021-07-30 16:34:50 +08:00
parent 5f994f6abc
commit e829b33d14
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ function ShopViewNew:ShopItemAdapter(shopItem, itemData)
local isDiscount = itemInfo.IsDiscount == 1
discountbg:SetActive(isDiscount)
if isDiscount then
discountbg:GetComponent("Image").sprite = self.spLoader:LoadSprite("s_shop_zhekou_0" .. itemInfo.DiscountDegree)
discountbg:GetComponent("Image").sprite = self.spLoader:LoadSprite("s_shop_zhekou_0" .. itemInfo.DiscountDegree.."_zh")
end
end
-- 消耗物品的信息