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}`); }; // 格式化日期时间