diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua index 35f797d0ef..0555948565 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua @@ -108,7 +108,7 @@ function this:OnShow(_parent,...) elseif curType == 4 then --七界秘宝 rewardData,rewardData1 = GeneralTreasureMangaer.GetAllRewardData() this:SetItem(rewardData,rewardData1) - this.tip.text = "·获得1500积分\n·获取198万妖晶,激活进阶专属奖励\n 妖晶奖励通过邮件发送" + this.tip.text = "·获得1500积分\n·获取6480妖晶,激活进阶专属奖励\n 妖晶奖励通过邮件发送" this.dealBtnIma.gameObject:SetActive(false) this.dealBtnText.gameObject:SetActive(true) local config = ConfigManager.GetConfigData(ConfigName.RechargeCommodityConfig,type[curType].id)