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)