限时活动里累计充值页面入口修改

dev_chengFeng
jiaoyangna 2020-08-25 12:23:48 +08:00
parent ebb2748b5c
commit c6ab978e40
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ function ExpertPanel:SetOpenActiveBtn()
--所有达人
for i, v in pairs(numExChange) do
local curActiveData = ActivityGiftManager.GetActivityTypeInfo(v)
if i == ActivityTypeDef.AccumulativeRechargeExper then
if v == ActivityTypeDef.AccumulativeRechargeExper then
local tempId = ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.AccumulativeRechargeExper)
if tempId and curActiveData then
local config = ConfigManager.GetConfigData(ConfigName.GlobalActivity,tempId)