From 622fd2b3276e00d2e264fd2035a6c98bac2d4e94 Mon Sep 17 00:00:00 2001 From: xianyi Date: Thu, 15 Jan 2026 09:41:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=B3=E5=B0=86=E5=88=B0?= =?UTF-8?q?=E6=9D=A5=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5id=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/upcoming-match-card.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/upcoming-match-card.tsx b/components/upcoming-match-card.tsx index 6ca29ba..7263915 100644 --- a/components/upcoming-match-card.tsx +++ b/components/upcoming-match-card.tsx @@ -19,9 +19,8 @@ export function UpcomingMatchCard({ match }: UpcomingMatchCardProps) { const iconColor = isDark ? Colors.dark.icon : Colors.light.icon; const cardBg = isDark ? "#1C1C1E" : "#FFFFFF"; const borderColor = isDark ? "#38383A" : "#E5E5EA"; - const handlePress = () => { - router.push(`/match-detail/${match.eventKey}`); + router.push(`/match-detail/${match.id}`); }; // 格式化日期时间