tcx_xiyou_yueNan
PC-202302260912\Administrator 2025-02-19 17:34:04 +08:00
parent f3b3471a1e
commit 7d272123eb
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ function this.GetGiftGoodsInfoList(type)
local newGiftGoodsInfoList = {}
for k,v in pairs(giftGoodsInfoList[type]) do
--and PlayerManager.level >= rechargeConfig[v.goodsId].LevelLinit[1] and PlayerManager.level <= rechargeConfig[v.goodsId].LevelLinit[2]
if rechargeConfig[v.goodsId] then
if rechargeConfig[v.goodsId] and rechargeConfig[v.goodsId].ShowType ~= 0 then
table.insert(newGiftGoodsInfoList,v)
end
end