From 53e04ac0d08c045c111ce0c4c6539993cdeb3ba8 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Mon, 13 Dec 2021 13:46:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E7=82=B9=E4=BF=AE=E6=94=B9=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/ActivityGift/ActivityGiftManager.lua | 3 +++ .../~Lua/Modules/TreasureOfHeaven/RecruitTreasureManager.lua | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/ActivityGift/ActivityGiftManager.lua b/Assets/ManagedResources/~Lua/Modules/ActivityGift/ActivityGiftManager.lua index ec2cefb8ed..4093a19e38 100644 --- a/Assets/ManagedResources/~Lua/Modules/ActivityGift/ActivityGiftManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/ActivityGift/ActivityGiftManager.lua @@ -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() diff --git a/Assets/ManagedResources/~Lua/Modules/TreasureOfHeaven/RecruitTreasureManager.lua b/Assets/ManagedResources/~Lua/Modules/TreasureOfHeaven/RecruitTreasureManager.lua index 5a07b18c1c..7b6a72bb16 100644 --- a/Assets/ManagedResources/~Lua/Modules/TreasureOfHeaven/RecruitTreasureManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/TreasureOfHeaven/RecruitTreasureManager.lua @@ -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