在副本未开启时不显示红点

dev_chengFeng
jiaoyangna 2020-08-31 10:39:56 +08:00
parent 30ff681aca
commit 0806d1d497
1 changed files with 3 additions and 0 deletions

View File

@ -808,6 +808,9 @@ end
-- 红点检测方法
function this.CarbonRedCheck(redType)
if not ActTimeCtrlManager.IsQualifiled(FUNCTION_OPEN_TYPE.DAILYCHALLENGE_COIN) then
return false
end
--日常
if redType == RedPointType.HeroExplore then
if ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.DAILYCHALLENGE_COIN) then