商店页签红点
This commit is contained in:
parent
1d163ad8eb
commit
cd0f34f5ee
@ -858,7 +858,7 @@ function ShopData:checkShopDiscountRedPoint()
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
local actIds = self:getActChapterStoreCanBuyActIds()
|
local actIds = self:getActChapterStoreCanBuyActIds()
|
||||||
if actIds and #actIds >= 0 then
|
if actIds and #actIds > 0 then
|
||||||
self.shopDiscountRedPoint = true
|
self.shopDiscountRedPoint = true
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
@ -867,12 +867,12 @@ function ShopData:checkShopDiscountRedPoint()
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
actIds = self:getLevelUpGiftActIds()
|
actIds = self:getLevelUpGiftActIds()
|
||||||
if actIds and #actIds >= 0 then
|
if actIds and #actIds > 0 then
|
||||||
self.shopDiscountRedPoint = true
|
self.shopDiscountRedPoint = true
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
actIds = self:getValidGrowUpGifts()
|
actIds = self:getValidGrowUpGifts()
|
||||||
if actIds and #actIds >= 0 then
|
if actIds and #actIds > 0 then
|
||||||
self.shopDiscountRedPoint = true
|
self.shopDiscountRedPoint = true
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user