乾坤宝盒红点显示

jiaoyangna 2020-07-16 09:02:59 +08:00
parent 0d82750315
commit 5a3e8f8b1b
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ function this.RecruitRequest(recruitType, func, privilegeId)
CheckRedPointStatus(RedPointType.Recruit_Red)
CheckRedPointStatus(RedPointType.Recruit_Normal)
CheckRedPointStatus(RedPointType.TimeLimited)
CheckRedPointStatus(RedPointType.QianKunBox)
end
end
if func then
@ -59,6 +60,7 @@ function this.RefreshFreeTime()
CheckRedPointStatus(RedPointType.Recruit_Red)
CheckRedPointStatus(RedPointType.Recruit_Normal)
CheckRedPointStatus(RedPointType.TimeLimited)
CheckRedPointStatus(RedPointType.QianKunBox)
end
Game.GlobalEvent:DispatchEvent(GameEvent.Recruit.OnRecruitRefreshData)
end