From 0c57af1ca8fc81165f0951bcd411b24077ff64ab Mon Sep 17 00:00:00 2001 From: yuchenglong Date: Tue, 20 Jan 2026 15:42:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=B9=E5=AE=9E=E6=97=B6?= =?UTF-8?q?=E6=AF=94=E8=B5=9B=E7=8A=B6=E6=80=81=E7=9A=84=E6=94=AF=E6=8C=81?= =?UTF-8?q?=EF=BC=8C=E6=9B=B4=E6=96=B0=E8=B5=94=E7=8E=87=E5=92=8C=E6=AF=94?= =?UTF-8?q?=E5=88=86=E4=BF=A1=E6=81=AF=E7=9A=84=E8=8E=B7=E5=8F=96=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/match-card.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/match-card.tsx b/components/match-card.tsx index fc65707..0bb7756 100644 --- a/components/match-card.tsx +++ b/components/match-card.tsx @@ -44,6 +44,7 @@ export function MatchCard({ if ( oddsSettings.enabled && oddsSettings.selectedBookmakers.length > 0 && + match.isLive && !match.odds ) { fetchOdds(match.sportId || 1, parseInt(match.id)) @@ -58,6 +59,8 @@ export function MatchCard({ oddsSettings.selectedBookmakers, match.id, match.odds, + match.isLive, + match.sportId, ]); // Fetch live score detail for cards and corners info @@ -82,6 +85,7 @@ export function MatchCard({ match.id, match.leagueKey, match.sportId, + match.isLive, ]); // 当外部传入的 match.fav 改变时,更新内部状态