在副本未开启时不显示红点
parent
30ff681aca
commit
0806d1d497
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue