tcx_xiyou_yueNan
parent
f3b3471a1e
commit
7d272123eb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue