文字错乱修改

dev_chengFeng
jiaoyangna 2021-03-30 22:28:56 +08:00
parent cd231ce65c
commit e9803f2760
1 changed files with 3 additions and 3 deletions

View File

@ -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