【红点】箭头红点不消失修复

dev_chengFeng
gaoxin 2021-06-03 19:30:57 +08:00
parent fb6338de41
commit 4077e33390
2 changed files with 3 additions and 2 deletions

View File

@ -1379,8 +1379,9 @@ FUNCTION_OPEN_TYPE = {
PRAY = 34, -- 云梦祈福
SUNLONG = 35, -- 孙龙宝藏
SERVER_START_GIFT = 37,-- 开服有利
RankList = 43, -- 战力排行榜
DailyRecharge = 41, -- 每日豪礼
EXPERT=42, --限时活动
RankList = 43, -- 战力排行榜
MONSTER_COMING = 44,-- 兽潮来袭
EMAIL = 45, -- 邮件
BLOODY_BATTLE = 47, -- 血战

View File

@ -389,7 +389,7 @@ function this.RegisterRedCheckFunc()
--七日狂欢红点
RPData:AddCheckFunc(RedPointType.SevenDayCarnival, SevenDayCarnivalManager.GetSevenDayCarnivalRedPoint)
--每日首充
RPData:AddCheckFunc(RedPointType.DailyRecharge, DailyRechargeManager.CheckRedPoint)
RPData:AddCheckFunc(RedPointType.DailyRecharge, DailyRechargeManager.CheckRedPoint, FUNCTION_OPEN_TYPE.DailyRecharge)
--累计签到
RPData:AddCheckFunc(RedPointType.CumulativeSignIn,OperatingManager.GetSignInRedPointStatus)
RPData:AddCheckFunc(RedPointType.Setting_Ride,PlayerManager.GetPlayerRideRedPoint)