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)