Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
jiaoyangna 2022-01-14 17:14:11 +08:00
commit b249db487a
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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