更新比赛页面以传递新的事件注册项,简化数据处理逻辑并优化构建脚本。
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user