tcx_xiyou_yueNan
zhangjiannan 2025-04-24 18:15:09 +08:00
parent 95c9d48320
commit d478228074
1 changed files with 1 additions and 0 deletions

View File

@ -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")