diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua
index 786ec5df24..9a39ba7404 100644
--- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua
+++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua
@@ -84,15 +84,19 @@ function this:OnShow(_parent,...)
rewardData = TreasureOfHeavenManger.GetAllRewardData()
this:showRewardTianGong()
this.tip.text = Language[12286]
- this.tip.text = "·获得200积分\n·获取1980妖晶,激活进阶专属奖励\n 妖晶奖励通过邮件发送"
- this.dealBtnIma.gameObject:SetActive(true)
- this.dealBtnText.gameObject:SetActive(false)
+ this.tip.text = "·获得200积分\n·获取980000妖晶,激活进阶专属奖励\n 妖晶奖励通过邮件发送"
+ this.dealBtnIma.gameObject:SetActive(false)
+ this.dealBtnText.gameObject:SetActive(true)
+ local config = ConfigManager.GetConfigData(ConfigName.RechargeCommodityConfig,type[curType].id)
+ this.dealBtnText.text = MoneyUtil.GetMoneyUnitNameWithMoney(config.Price)
elseif curType == 2 then
rewardData = QinglongSerectTreasureManager.GetAllRewardData()
this:showRewardQinglong()
- this.tip.text = "·直升15级\n·获取1980妖晶,激活进阶专属奖励\n 妖晶奖励通过邮件发送"
- this.dealBtnIma.gameObject:SetActive(true)
- this.dealBtnText.gameObject:SetActive(false)
+ this.tip.text = "·直升15级\n·获取980000妖晶,激活进阶专属奖励\n 妖晶奖励通过邮件发送"
+ this.dealBtnIma.gameObject:SetActive(false)
+ this.dealBtnText.gameObject:SetActive(true)
+ local config = ConfigManager.GetConfigData(ConfigName.RechargeCommodityConfig,type[curType].id)
+ this.dealBtnText.text = MoneyUtil.GetMoneyUnitNameWithMoney(config.Price)
elseif curType == 3 then
rewardData,rewardData1 = EndLessMapManager.GetAllRewardData()
this:showRewardWuJin(rewardData,rewardData1)