修复日周月礼包不显示的问题

dev_chengFeng
gaoxin 2020-08-27 21:40:01 +08:00
parent aea5077487
commit a7fea145f6
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ end
-- 判断相应显示类型的礼包是否存在用于判断是否开启了相应的充值活动
function this.HasGoodsByShowType(showType)
local list = ConfigManager.GetConfigDataByKey(ConfigName.RechargeCommodityConfig, "ShowType", showType)
local list = ConfigManager.GetAllConfigsDataByKey(ConfigName.RechargeCommodityConfig, "ShowType", showType)
if not list then return false end
for _, goods in ipairs(list) do
if this.GetGiftGoodsInfo(goods.Type, goods.Id) then