diff --git a/Assets/ManagedResources/~Lua/Modules/Expert/ExpertPanel.lua b/Assets/ManagedResources/~Lua/Modules/Expert/ExpertPanel.lua index a504874a88..0b7274e0a4 100644 --- a/Assets/ManagedResources/~Lua/Modules/Expert/ExpertPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Expert/ExpertPanel.lua @@ -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)