分解名刀提示修改
parent
59796d72df
commit
6fcb684b5c
|
@ -94,11 +94,11 @@ function this:BindEvent()
|
|||
--放生按钮
|
||||
Util.AddClick(this.confirmBtn,function()
|
||||
if isPokemon and tonumber(LengthOfTable(selectHeroData))==0 then
|
||||
PopupTipPanel.ShowTip(Language[11746])
|
||||
PopupTipPanel.ShowTip("请选择名刀或名刀碎片")
|
||||
return
|
||||
end
|
||||
if not isPokemon and (selectChipId==0 or selectChipNum==0) then
|
||||
PopupTipPanel.ShowTip(Language[11746])
|
||||
PopupTipPanel.ShowTip("请选择名刀或名刀碎片")
|
||||
return
|
||||
end
|
||||
--奖励物品
|
||||
|
|
Loading…
Reference in New Issue