【福星高照】领取完所有奖励后,按钮红点不消失

dev_chengFeng
zhangqiang 2021-06-21 10:42:27 +08:00
parent e5ff298534
commit 8152d96e1e
1 changed files with 2 additions and 0 deletions

View File

@ -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