diff --git a/Assets/ManagedResources/~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua b/Assets/ManagedResources/~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua index 2c57ac9350..1d7bab5184 100644 --- a/Assets/ManagedResources/~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua @@ -55,6 +55,7 @@ function FuXingGaoZhaoPanel:BindEvent() self.timer = nil end self:Refresh() + CheckRedPointStatus(RedPointType.FuXingGaoZhaoPanel) end) end) end @@ -62,6 +63,7 @@ function FuXingGaoZhaoPanel:BindEvent() NetManager.GetActivityRewardRequest(-1,self.data.activityId,function (drop) UIManager.OpenPanel(UIName.RewardItemPopup, drop, 1,function() self:Refresh() + CheckRedPointStatus(RedPointType.FuXingGaoZhaoPanel) end) end) end