红点提交
parent
e05a69f3a4
commit
784ace13b5
|
@ -207,6 +207,7 @@ function this.InitRedPointAllRelate()
|
|||
RPData:SetParent(RedPointType.Friend_Application, RedPointType.Friend)
|
||||
-- 设置界面红点
|
||||
RPData:SetParent(RedPointType.Setting_Head, RedPointType.Setting)
|
||||
RPData:SetParent(RedPointType.Setting_Ride, RedPointType.Setting)
|
||||
-- 头像界面红点
|
||||
RPData:SetParent(RedPointType.HeadChange_Frame, RedPointType.Setting_Head)
|
||||
RPData:SetParent(RedPointType.HeadChange_Head, RedPointType.Setting_Head)
|
||||
|
@ -233,6 +234,7 @@ function this.InitRedPointAllRelate()
|
|||
RPData:SetParent(RedPointType.ContinuityRecharge, RedPointType.Expert)
|
||||
RPData:SetParent(RedPointType.Expert_Expedition, RedPointType.Expert)
|
||||
RPData:SetParent(RedPointType.Expert_Slhj, RedPointType.Expert)
|
||||
RPData:SetParent(RedPointType.Expert_LimitExchange, RedPointType.Expert)
|
||||
--战力排行
|
||||
RPData:SetParent(RedPointType.WarPowerSort_Sort, RedPointType.WarPowerSort)
|
||||
--背包
|
||||
|
@ -283,6 +285,8 @@ function this.InitRedPointAllRelate()
|
|||
RPData:SetParent(RedPointType.NiuQiChongTian_2,RedPointType.NiuQiChongTian)
|
||||
RPData:SetParent(RedPointType.NiuQiChongTian_3,RedPointType.NiuQiChongTian)
|
||||
RPData:SetParent(RedPointType.NiuQiChongTian_4,RedPointType.NiuQiChongTian)
|
||||
|
||||
RPData:SetParent(RedPointType.LimitExchange_GoExchange,RedPointType.Expert_LimitExchange)
|
||||
end
|
||||
|
||||
-- 注册红点检测方法
|
||||
|
@ -363,6 +367,7 @@ function this.RegisterRedCheckFunc()
|
|||
RPData:AddCheckFunc(RedPointType.DailyRecharge, DailyRechargeManager.ReceivedEnabled)
|
||||
--累计签到
|
||||
RPData:AddCheckFunc(RedPointType.CumulativeSignIn,OperatingManager.GetSignInRedPointStatus)
|
||||
RPData:AddCheckFunc(RedPointType.Setting_Ride,PlayerManager.GetPlayerRideRedPoint)
|
||||
--月卡
|
||||
--(24暂时关闭)放开这里就行
|
||||
RPData:AddCheckFunc(RedPointType.MonthCard,OperatingManager.AllRefreshMonthCardRedPoint)
|
||||
|
@ -485,6 +490,8 @@ function this.RegisterRedCheckFunc()
|
|||
|
||||
--福星高照
|
||||
RPData:AddCheckFunc(RedPointType.FuXingGaoZhao,FuXingGaoZhaoManager.CheckRedPoint)
|
||||
|
||||
RPData:AddCheckFunc(RedPointType.LimitExchange_GoExchange,ActivityGiftManager.isExchangeRedShow)
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue