【万象商会】白篇处理
parent
5f994f6abc
commit
e829b33d14
|
|
@ -487,7 +487,7 @@ function ShopViewNew:ShopItemAdapter(shopItem, itemData)
|
||||||
local isDiscount = itemInfo.IsDiscount == 1
|
local isDiscount = itemInfo.IsDiscount == 1
|
||||||
discountbg:SetActive(isDiscount)
|
discountbg:SetActive(isDiscount)
|
||||||
if isDiscount then
|
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
|
||||||
end
|
end
|
||||||
-- 消耗物品的信息
|
-- 消耗物品的信息
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue