审核模式侧边栏不显示装备礼包入口
This commit is contained in:
parent
1fe31d8035
commit
1cfc1c5631
@ -860,6 +860,9 @@ end
|
|||||||
|
|
||||||
-- 当前是否有礼包
|
-- 当前是否有礼包
|
||||||
function ShopData:hasGift(giftType)
|
function ShopData:hasGift(giftType)
|
||||||
|
if GFunc.isShenhe() then
|
||||||
|
return false
|
||||||
|
end
|
||||||
return self.gifts ~= nil and self:getGiftRemainTime(giftType) > 0
|
return self.gifts ~= nil and self:getGiftRemainTime(giftType) > 0
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user