红点修改提交

dev_chengFeng
jiaoyangna 2021-12-13 13:46:40 +08:00
parent 8ba26cd8b4
commit 53e04ac0d0
2 changed files with 3 additions and 1 deletions

View File

@ -583,6 +583,9 @@ function this.RefreshActivityRedPoint()
CheckRedPointStatus(RedPointType.jijin128) CheckRedPointStatus(RedPointType.jijin128)
CheckRedPointStatus(RedPointType.jijin328) CheckRedPointStatus(RedPointType.jijin328)
CheckRedPointStatus(RedPointType.SupremeHero) CheckRedPointStatus(RedPointType.SupremeHero)
CheckRedPointStatus(RedPointType.recruitTreasure_one)
CheckRedPointStatus(RedPointType.recruitTreasure_two)
CheckRedPointStatus(RedPointType.recruitTreasure_three)
end end
function this.GetContinuityRechargeRedPoint() function this.GetContinuityRechargeRedPoint()

View File

@ -100,7 +100,6 @@ function this.GetRedPointStatus(red)
break break
end end
end end
LogGreen("actId:"..actId.." goodId:"..goodId)
local data = this.GetRecruitTreasureData(actId,goodId) local data = this.GetRecruitTreasureData(actId,goodId)
for i = 1,#data do for i = 1,#data do
if data[i].state == 2 or data[i].state == 3 then if data[i].state == 2 or data[i].state == 3 then