如果是直接晋级不进入记分页面,也不提示
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user