From 97d96d07c0f4ba1ba0f29c638a2eeb9f43a23ead Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Mon, 9 May 2022 14:02:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=99=E7=BC=98=E6=B1=87=E8=81=9A=E7=AE=B1?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Popup/View/GeneralPopup_RecruitBox.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_RecruitBox.lua b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_RecruitBox.lua index 6dea90741f..d71ad54200 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_RecruitBox.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_RecruitBox.lua @@ -54,7 +54,7 @@ function this:OnShow(_parent,...) _Con_Recharge = tonumber(con[1]) _Con_Star = tonumber(con[2]) this.titleText.text=Language[11587] - this.text1.text=string.format("消耗%s点仙缘积分\n开启一次仙缘汇聚箱必得5星神将!",_CostItem) + this.text1.text=string.format("消耗%s点仙缘积分\n开启一次仙缘汇聚箱必得5星传说神将!",_CostItem) this.text2.text=""--Language[11589] --后续改成读表 this.text3.text= string.format("充值%s或山河社稷图累计星数到达%s开启", string.format(MoneyUtil.GetMoneyUnitName(), _Con_Recharge), _Con_Star) --Language[11590]..string.format(MoneyUtil.GetMoneyUnitName(),_Con_Recharge)..Language[11591]