修复日周月礼包不显示的问题
parent
aea5077487
commit
a7fea145f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue