【福星高照】领取完所有奖励后,按钮红点不消失
parent
e5ff298534
commit
8152d96e1e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue