Merge branch 'china/dev' into china/dev-c
commit
7a972628c3
|
@ -460,6 +460,7 @@ function ShopViewNew:ShopItemAdapter(shopItem, itemData)
|
|||
-- 限购
|
||||
limitBg:SetActive(maxLimitCount ~= -1)
|
||||
limitTimes.text = maxLimitCount
|
||||
limitTimes.gameObject:SetActive(maxLimitCount ~= -1)
|
||||
-- 售空 限购次数为-1 表示不限购
|
||||
local isEmpty = maxLimitCount ~= -1 and curBuyCount >= maxLimitCount
|
||||
if curBuyCount >= maxLimitCount then
|
||||
|
|
Loading…
Reference in New Issue