修改文字

xiyou_yueNanZhengshi
PC-202302260912\Administrator 2024-11-29 17:27:50 +08:00
parent f5737683c0
commit f45d9a2ade
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ function QiJieShiLianPanel:BindEvent()
if PrivilegeManager.GetPrivilegeRemainValue(3201) <= 0 then
if PrivilegeManager.GetPrivilegeRemainValue(3202) > 0 then
local costId, finalNum, oriCostNum = ShopManager.calculateBuyCost(SHOP_TYPE.FUNCTION_SHOP, 10042, 1)
local itemName = ConfigManager.GetConfigData(ConfigName.ItemConfig, costId).Name
local itemName = GetLanguageStrById(ConfigManager.GetConfigData(ConfigName.ItemConfig, costId).Name)
MsgPanel.ShowTwo(string.format(Language[10627], finalNum, itemName), nil, function()
--买东西
ShopManager.RequestBuyShopItem(SHOP_TYPE.FUNCTION_SHOP, 10042, 1, function()