Merge branch 'master_xma_local' of http://60.1.1.230/gaoxin/JL_Client into master_xma_local

ZhangBiao 2020-10-26 12:28:08 +08:00
commit 0d0b849435
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)