From e9803f2760eec08e269109d7b52e89fd5252fb16 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Tue, 30 Mar 2021 22:28:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=AD=97=E9=94=99=E4=B9=B1=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Recharge/View/GiftPre.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Recharge/View/GiftPre.lua b/Assets/ManagedResources/~Lua/Modules/Recharge/View/GiftPre.lua index f510d2b03f..ba9f661e51 100644 --- a/Assets/ManagedResources/~Lua/Modules/Recharge/View/GiftPre.lua +++ b/Assets/ManagedResources/~Lua/Modules/Recharge/View/GiftPre.lua @@ -118,7 +118,7 @@ function GiftPre:BuyAction(costId, costNum, shopType, itemId) local isPopUp = RedPointManager.PlayerPrefsGetStr(PlayerManager.uid .. shopType) local currentTime = os.date("%Y%m%d", PlayerManager.serverTime) if (isPopUp ~= currentTime and costNum ~= 0) then - local str = string.format(Language[11457], costNum, costName) + local str = string.format(Language[11360], costNum, costName) MsgPanel.ShowTwo(str, function() end, function(isShow) if (isShow) then @@ -127,8 +127,8 @@ function GiftPre:BuyAction(costId, costNum, shopType, itemId) end func(shopType, itemId) end, - Language[10719], - Language[10720], + Language[10731], + Language[10732], nil, true) else