更新比分显示逻辑,使用半场比分替代最终比分

This commit is contained in:
yuchenglong
2026-01-19 17:10:01 +08:00
parent 3569f98812
commit e1320a67e4

View File

@@ -373,7 +373,7 @@ export default function HomeScreen() {
awayTeamName: item.event_away_team,
homeTeamLogo: item.home_team_logo,
awayTeamLogo: item.away_team_logo,
scoreText: item.event_final_result || "0 - 0",
scoreText: item.event_halftime_result || "0 - 0",
fav: false,
sportId: sportId,
isLive: true,