xiyou_sanguo
parent
3320446aee
commit
92479cfa07
|
|
@ -18,6 +18,12 @@ end
|
|||
|
||||
function this.GetFirstRechargeRedPointStatus()
|
||||
local redPoint = false
|
||||
local activityInfo = ActivityGiftManager.GetActivityTypeInfo(ActivityTypeDef.FirstRecharge)
|
||||
for _, missInfo in ipairs(activityInfo.mission) do
|
||||
if missInfo and missInfo.state == 1 then
|
||||
return true
|
||||
end
|
||||
end
|
||||
if ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.FirstRecharge) then
|
||||
redPoint = redPoint or this.GetRedPointStatus(1)
|
||||
redPoint = redPoint or this.GetRedPointStatus(2)
|
||||
|
|
|
|||
Loading…
Reference in New Issue