xiyou_yueNanZhengshi
parent
0469ad7e7c
commit
84da232128
|
@ -578,7 +578,7 @@ function this:ShopItemAdapter(shopItem, itemData)
|
|||
-- -- 限购
|
||||
limitBg:SetActive(maxLimitCount ~= -1)
|
||||
limitTip.text = Language[13094] .. " " .. maxLimitCount
|
||||
SetTextVerTial(limitTip, Vector3.New(12.65, -4.2, 0), "MiddleLeft")
|
||||
--SetTextVerTial(limitTip, Vector3.New(12.65, -4.2, 0), "MiddleLeft")
|
||||
-- 售空 限购次数为-1 表示不限购
|
||||
local isEmpty = maxLimitCount ~= -1 and curBuyCount >= maxLimitCount
|
||||
if curBuyCount >= maxLimitCount then
|
||||
|
|
Loading…
Reference in New Issue