红点修改提交
parent
8ba26cd8b4
commit
53e04ac0d0
|
@ -583,6 +583,9 @@ function this.RefreshActivityRedPoint()
|
|||
CheckRedPointStatus(RedPointType.jijin128)
|
||||
CheckRedPointStatus(RedPointType.jijin328)
|
||||
CheckRedPointStatus(RedPointType.SupremeHero)
|
||||
CheckRedPointStatus(RedPointType.recruitTreasure_one)
|
||||
CheckRedPointStatus(RedPointType.recruitTreasure_two)
|
||||
CheckRedPointStatus(RedPointType.recruitTreasure_three)
|
||||
end
|
||||
|
||||
function this.GetContinuityRechargeRedPoint()
|
||||
|
|
|
@ -100,7 +100,6 @@ function this.GetRedPointStatus(red)
|
|||
break
|
||||
end
|
||||
end
|
||||
LogGreen("actId:"..actId.." goodId:"..goodId)
|
||||
local data = this.GetRecruitTreasureData(actId,goodId)
|
||||
for i = 1,#data do
|
||||
if data[i].state == 2 or data[i].state == 3 then
|
||||
|
|
Loading…
Reference in New Issue