diff --git a/Assets/ManagedResources/~Lua/Modules/Operating/OperatingManager.lua b/Assets/ManagedResources/~Lua/Modules/Operating/OperatingManager.lua index 3425577bcc..51e35dbfcb 100644 --- a/Assets/ManagedResources/~Lua/Modules/Operating/OperatingManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Operating/OperatingManager.lua @@ -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