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)