文字错乱修改
parent
cd231ce65c
commit
e9803f2760
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue