From e1320a67e4c5fed711b8da949366c0219b191be8 Mon Sep 17 00:00:00 2001 From: yuchenglong Date: Mon, 19 Jan 2026 17:10:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=AF=94=E5=88=86=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=80=BB=E8=BE=91=EF=BC=8C=E4=BD=BF=E7=94=A8=E5=8D=8A?= =?UTF-8?q?=E5=9C=BA=E6=AF=94=E5=88=86=E6=9B=BF=E4=BB=A3=E6=9C=80=E7=BB=88?= =?UTF-8?q?=E6=AF=94=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/(tabs)/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index 3c71d67..42108ca 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -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,