红点修改提交
parent
8ba26cd8b4
commit
53e04ac0d0
|
@ -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()
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue