From 244aa763196625ae4d735911f3bdaee686ac472c Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Mon, 13 Dec 2021 15:13:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90ID1019396=E3=80=91=20=E3=80=90?= =?UTF-8?q?=E6=8B=9B=E5=8B=9F=E7=A7=98=E5=AE=9D=E3=80=91=E6=BF=80=E6=B4=BB?= =?UTF-8?q?=E7=A7=98=E5=AE=9D=E5=90=8E=E6=B2=A1=E6=9C=89=E8=8E=B7=E5=BE=97?= =?UTF-8?q?980=E5=A6=96=E6=99=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua index 7b7698a2ff..2c79d65d1b 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua @@ -110,7 +110,7 @@ function this:OnShow(_parent,...) elseif curType == 5 then -- rewardData,rewardData1 = RecruitTreasureManager.GetAllRewardData(extraType,type[curType].id) this:showRewardWuJin(rewardData,rewardData1) - this.tip.text = "·获取980妖晶,激活进阶专属奖励\n 妖晶奖励通过邮件发送" + this.tip.text = "·激活进阶专属奖励" this.dealBtnIma.gameObject:SetActive(false) this.dealBtnText.gameObject:SetActive(true) local config = ConfigManager.GetConfigData(ConfigName.RechargeCommodityConfig,type[curType].id) @@ -118,7 +118,7 @@ function this:OnShow(_parent,...) elseif curType == 6 then -- rewardData,rewardData1 = RecruitTreasureManager.GetAllRewardData(extraType,type[curType].id) this:showRewardWuJin(rewardData,rewardData1) - this.tip.text = "·获取980妖晶,激活进阶专属奖励\n 妖晶奖励通过邮件发送" + this.tip.text = "·激活进阶专属奖励" this.dealBtnIma.gameObject:SetActive(false) this.dealBtnText.gameObject:SetActive(true) local config = ConfigManager.GetConfigData(ConfigName.RechargeCommodityConfig,type[curType].id) @@ -126,7 +126,7 @@ function this:OnShow(_parent,...) elseif curType == 7 then -- rewardData,rewardData1 = RecruitTreasureManager.GetAllRewardData(extraType,type[curType].id) this:showRewardWuJin(rewardData,rewardData1) - this.tip.text = "·获取980妖晶,激活进阶专属奖励\n 妖晶奖励通过邮件发送" + this.tip.text = "·激活进阶专属奖励" this.dealBtnIma.gameObject:SetActive(false) this.dealBtnText.gameObject:SetActive(true) local config = ConfigManager.GetConfigData(ConfigName.RechargeCommodityConfig,type[curType].id)