diff --git a/Assets/ManagedResources/~Lua/Modules/Fight/FightPointPassMainPanel.lua b/Assets/ManagedResources/~Lua/Modules/Fight/FightPointPassMainPanel.lua index 211ecca89d..b5dafeaf6b 100644 --- a/Assets/ManagedResources/~Lua/Modules/Fight/FightPointPassMainPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Fight/FightPointPassMainPanel.lua @@ -734,7 +734,7 @@ function FightPointPassMainPanel:OnDestroy() poolManager:UnLoadLive(fightAnimRes, this.animGo, PoolManager.AssetType.GameObject) SubUIManager.Close(this.UpView) SubUIManager.Close(this.BtView) - ClearRedPointObject(RedPointType.DailyTaskMain, this.DailyRedPoint) + ClearRedPointObject(RedPointType.DailyTaskMain, this.dailyRedPoint) ClearRedPointObject(RedPointType.SecretTer_IsCanFight, this.fightRP) ClearRedPointObject(RedPointType.XiaoYaoYouRedPoint, this.xiaoyaoRedPoint) ClearRedPointObject(RedPointType.FightLevel, this.btnFightLevelRedPoint)