xiyou_yueNanZhengshi
PC-202302260912\Administrator 2024-11-29 15:52:08 +08:00
parent 0469ad7e7c
commit 84da232128
1 changed files with 1 additions and 1 deletions

View File

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