From bccd6751eb3a3fabd67d25593ff81cda331588c4 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Thu, 4 Nov 2021 15:44:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=97=A0=E5=B0=BD=E5=AF=86=E4=BF=9D?= =?UTF-8?q?=E3=80=91=E6=96=87=E5=AD=97=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= =?UTF-8?q?=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 5cb27cbcec..a6d35803e7 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel.lua @@ -78,7 +78,7 @@ function this:OnShow(_parent,...) rewardData,rewardData1 = EndLessMapManager.GetAllRewardData() this:showRewardWuJin(rewardData,rewardData1) -- this.tip.text = "解锁秘宝,激活进阶专属奖励+2000积分,可获取1280妖晶" - this.tip.text = "·获得2000积分\n·获取1980妖晶,激活进阶专属奖励\n 妖晶奖励通过邮件发送" + this.tip.text = "·获得2000积分\n·获取1280妖晶,激活进阶专属奖励\n 妖晶奖励通过邮件发送" this.dealBtnIma.gameObject:SetActive(false) this.dealBtnText.gameObject:SetActive(true) local config = ConfigManager.GetConfigData(ConfigName.RechargeCommodityConfig,type[curType].id)