【限时召唤】只有第一次免费召唤有红点,刷新免费次数后,主城入口,限时召唤页签上不显示红点
parent
f54529ce21
commit
1d9d318cb5
|
@ -39,6 +39,7 @@ function this.RecruitRequest(recruitType, func, privilegeId)
|
|||
this.freeUseTimeList[privilegeId] = PrivilegeManager.GetPrivilegeRemainValue(privilegeId)
|
||||
CheckRedPointStatus(RedPointType.Recruit_Red)
|
||||
CheckRedPointStatus(RedPointType.Recruit_Normal)
|
||||
CheckRedPointStatus(RedPointType.TimeLimited)
|
||||
end
|
||||
end
|
||||
if func then
|
||||
|
@ -57,6 +58,7 @@ function this.RefreshFreeTime()
|
|||
if (ActTimeCtrlManager.SingleFuncState(1)) then
|
||||
CheckRedPointStatus(RedPointType.Recruit_Red)
|
||||
CheckRedPointStatus(RedPointType.Recruit_Normal)
|
||||
CheckRedPointStatus(RedPointType.TimeLimited)
|
||||
end
|
||||
Game.GlobalEvent:DispatchEvent(GameEvent.Recruit.OnRecruitRefreshData)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue