文字错乱修改
parent
cd231ce65c
commit
e9803f2760
|
|
@ -118,7 +118,7 @@ function GiftPre:BuyAction(costId, costNum, shopType, itemId)
|
||||||
local isPopUp = RedPointManager.PlayerPrefsGetStr(PlayerManager.uid .. shopType)
|
local isPopUp = RedPointManager.PlayerPrefsGetStr(PlayerManager.uid .. shopType)
|
||||||
local currentTime = os.date("%Y%m%d", PlayerManager.serverTime)
|
local currentTime = os.date("%Y%m%d", PlayerManager.serverTime)
|
||||||
if (isPopUp ~= currentTime and costNum ~= 0) then
|
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()
|
MsgPanel.ShowTwo(str, function()
|
||||||
end, function(isShow)
|
end, function(isShow)
|
||||||
if (isShow) then
|
if (isShow) then
|
||||||
|
|
@ -127,8 +127,8 @@ function GiftPre:BuyAction(costId, costNum, shopType, itemId)
|
||||||
end
|
end
|
||||||
func(shopType, itemId)
|
func(shopType, itemId)
|
||||||
end,
|
end,
|
||||||
Language[10719],
|
Language[10731],
|
||||||
Language[10720],
|
Language[10732],
|
||||||
nil,
|
nil,
|
||||||
true)
|
true)
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue