审核模式侧边栏不显示装备礼包入口

This commit is contained in:
Fang 2023-07-25 20:16:49 +08:00
parent 1fe31d8035
commit 1cfc1c5631

View File

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