文字错乱修改
parent
77391886e3
commit
10b8db2d48
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue