xiyou_sanguo
PC-202302260912\Administrator 2025-11-25 16:46:24 +08:00
parent 3320446aee
commit 92479cfa07
1 changed files with 6 additions and 0 deletions

View File

@ -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)