更新比赛页面以传递新的事件注册项,简化数据处理逻辑并优化构建脚本。

This commit is contained in:
2026-07-23 11:55:26 +08:00
parent 3c3baede85
commit 00937bf4b6
3 changed files with 5 additions and 23 deletions
@@ -118,7 +118,7 @@ Widget buildEventRegistrationDestination({
required CompetitionTeamDetail? detail,
}) {
if (detail != null) {
return EventTeamMatchPage(playerId: playerId, detail: detail);
return EventTeamMatchPage(playerId: playerId, detail: detail, item: item);
}
return WebviewPage(
url: AppConfig.current.mainRefereeScoreH5Url,