From 59c75221b0ea0a43fda0bfcd136b2197dcca1fa4 Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Mon, 7 Aug 2023 15:47:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=83=E7=95=8C=E7=A7=98=E5=AE=9D=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E5=A5=96=E5=8A=B1=E6=98=BE=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)