From c8dd5845ac0830a2c177c5ded20e5eb29669e3f0 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Wed, 31 Mar 2021 17:25:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E9=95=BF=E7=A4=BC=E5=8C=85=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Operating/GrowthGiftPage.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Operating/GrowthGiftPage.lua b/Assets/ManagedResources/~Lua/Modules/Operating/GrowthGiftPage.lua index 0a5357a298..12a128fb65 100644 --- a/Assets/ManagedResources/~Lua/Modules/Operating/GrowthGiftPage.lua +++ b/Assets/ManagedResources/~Lua/Modules/Operating/GrowthGiftPage.lua @@ -182,8 +182,9 @@ function GrowthGiftPage.GrowthGiftPageOnClick(data,curActiId,self) self:RefreshGiftData(false) return end - if(self.curActiId == 16)then--16是最后一个礼包的ActivityId + if(curActiId == 16)then--16是最后一个礼包的ActivityId MsgPanel.ShowOne("恭喜!您已领取全部成长基金!") + self:RefreshGiftData(true) else MsgPanel.ShowOne("恭喜!您已激活更高等级成长基金,大量妖晶福利等您领取,快来激活吧!") self:OnShow(sortingOrder)