tcx_xiyou_yueNan
parent
95c9d48320
commit
d478228074
|
@ -505,6 +505,7 @@ function this:ShopItemAdapter(shopItem, itemData)
|
|||
local itemDes = Util.GetGameObject(bg, "itemDes"):GetComponent("Text")
|
||||
local limitBg = Util.GetGameObject(bg, "buyLimitbg")
|
||||
local limitTip = Util.GetGameObject(limitBg, "tip"):GetComponent("Text")
|
||||
Util.GetGameObject(limitBg, "buyLimit"):GetComponent("Text").text = ""
|
||||
local priceBg = Util.GetGameObject(bg, "pricebg")
|
||||
local itemPrice = Util.GetGameObject(bg, "pricebg/price"):GetComponent("Text")
|
||||
local costIcon = Util.GetGameObject(bg, "pricebg/costIcon"):GetComponent("Image")
|
||||
|
|
Loading…
Reference in New Issue