|
@@ -258,9 +258,14 @@ namespace GFGGame
|
|
// return;
|
|
// return;
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
-
|
|
|
|
|
|
+ ViewManager.Show<ModalStatusView>("战斗中...");
|
|
bool result = await GetFightResult();
|
|
bool result = await GetFightResult();
|
|
- if (!result) return;
|
|
|
|
|
|
+ if (!result)
|
|
|
|
+ {
|
|
|
|
+ ViewManager.Hide<ModalStatusView>();
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+ ViewManager.Hide<ModalStatusView>();
|
|
if (_ui.m_btnQuickFight.selected)
|
|
if (_ui.m_btnQuickFight.selected)
|
|
{
|
|
{
|
|
ViewManager.Show<ArenaResultQuickView>();
|
|
ViewManager.Show<ArenaResultQuickView>();
|