文字漏翻
parent
cc6c8c7423
commit
58dc780270
|
|
@ -140,7 +140,7 @@ function QiJieShiLianPanel:BindEvent()
|
||||||
if PrivilegeManager.GetPrivilegeRemainValue(3202) > 0 then
|
if PrivilegeManager.GetPrivilegeRemainValue(3202) > 0 then
|
||||||
local costId, finalNum, oriCostNum = ShopManager.calculateBuyCost(SHOP_TYPE.FUNCTION_SHOP, 10042, 1)
|
local costId, finalNum, oriCostNum = ShopManager.calculateBuyCost(SHOP_TYPE.FUNCTION_SHOP, 10042, 1)
|
||||||
local itemName = ConfigManager.GetConfigData(ConfigName.ItemConfig, costId).Name
|
local itemName = ConfigManager.GetConfigData(ConfigName.ItemConfig, costId).Name
|
||||||
MsgPanel.ShowTwo(string.format(Language[10627], finalNum, itemName), nil, function()
|
MsgPanel.ShowTwo(string.format(Language[10627], finalNum, GetLanguageStrById(itemName)), nil, function()
|
||||||
--买东西
|
--买东西
|
||||||
ShopManager.RequestBuyShopItem(SHOP_TYPE.FUNCTION_SHOP, 10042, 1, function()
|
ShopManager.RequestBuyShopItem(SHOP_TYPE.FUNCTION_SHOP, 10042, 1, function()
|
||||||
PopupTipPanel.ShowTip(Language[10628])
|
PopupTipPanel.ShowTip(Language[10628])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue