Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
b249db487a
|
@ -126,6 +126,7 @@ function this.On_Btn2_Click()
|
||||||
this.StartFight()
|
this.StartFight()
|
||||||
elseif this.opType == 2 then
|
elseif this.opType == 2 then
|
||||||
PopupTipPanel.ShowTip("保存编队成功")
|
PopupTipPanel.ShowTip("保存编队成功")
|
||||||
|
this.root:ClosePanel()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -45,6 +45,7 @@ function this.On_Btn2_Click()
|
||||||
this.StraightBattle()
|
this.StraightBattle()
|
||||||
elseif this.opType == 2 then
|
elseif this.opType == 2 then
|
||||||
PopupTipPanel.ShowTip("保存编队成功")
|
PopupTipPanel.ShowTip("保存编队成功")
|
||||||
|
this.root:ClosePanel()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
--- btn2点击回调事件 --RIGHT
|
--- btn2点击回调事件 --RIGHT
|
||||||
|
|
Loading…
Reference in New Issue