如果是直接晋级不进入记分页面,也不提示

This commit is contained in:
2026-08-06 18:28:17 +08:00
parent d137a46e9b
commit 299f44fe57
@@ -36,7 +36,6 @@ class _EventInfoPageState extends ConsumerState<EventInfoPage> {
// allowByeMatch = 1 (和败方对战) // allowByeMatch = 1 (和败方对战)
// allowByeMatch = -1 (个人赛不适用此配置,所以 = -1) // allowByeMatch = -1 (个人赛不适用此配置,所以 = -1)
if (item.allowByeMatch == 0) { if (item.allowByeMatch == 0) {
AppToast.show('本场比赛允许轮空');
return; return;
} }
detail = await ref detail = await ref