diff --git a/Assets/ManagedResources/~Lua/Modules/Formation/View/ArenaTopMatchFormation.lua b/Assets/ManagedResources/~Lua/Modules/Formation/View/ArenaTopMatchFormation.lua index 334146fb99..27c9f8f376 100644 --- a/Assets/ManagedResources/~Lua/Modules/Formation/View/ArenaTopMatchFormation.lua +++ b/Assets/ManagedResources/~Lua/Modules/Formation/View/ArenaTopMatchFormation.lua @@ -21,7 +21,11 @@ end --- function this.On_Btn1_Click() - this.root.SetOneKeyGo() + if this.NoUpOrDownFormation then + PopupTipPanel.ShowTip(Language[10691]) + else + this.root.SetOneKeyGo() + end end function this.On_Btn2_Click() --保存编队