文字错乱修改

dev_chengFeng
jiaoyangna 2021-03-09 17:44:50 +08:00
parent 77391886e3
commit 10b8db2d48
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ function FourElementSingleWave:OnOpen()
LogGreen(self.itemId.." "..self.costNum)
if self.freeTimes <= 0 then
if BagManager.GetItemCountById(self.itemId) < self.costNum then
PopupTipPanel.ShowTip(string.format(Language[10343], itemConfig[self.itemId].Name))
PopupTipPanel.ShowTip(string.format(Language[10298], itemConfig[self.itemId].Name))
return
end
MsgPanel.ShowTwo(string.format("是否花费%s%s购买一次扫荡次数",self.costNum,itemConfig[self.itemId].Name),function() end,function()