交锋往绩

This commit is contained in:
xianyi
2026-01-15 15:36:41 +08:00
parent 8513f10a10
commit 105801f859
5 changed files with 412 additions and 24 deletions

View File

@@ -5,6 +5,7 @@ import { FootballScoreTable } from "@/components/match-detail/football/football-
import { GoalsCard } from "@/components/match-detail/football/goals-card";
import { LineupsCard } from "@/components/match-detail/football/lineups-card";
import { SubstitutesCard } from "@/components/match-detail/football/substitutes-card";
import { H2H } from "@/components/match-detail/h2h";
import { LeagueInfo } from "@/components/match-detail/league-info";
import { MatchInfoCard } from "@/components/match-detail/match-info-card";
import { MatchTabs } from "@/components/match-detail/match-tabs";
@@ -187,13 +188,7 @@ export default function MatchDetailScreen() {
};
return <OddsCard sportId={sportId} match={matchForOdds} isDark={isDark} />;
case "h2h":
return (
<View style={styles.emptyContent}>
<ThemedText style={styles.emptyText}>
{t("detail.empty_h2h")}
</ThemedText>
</View>
);
return <H2H data={data} isDark={isDark} />;
case "chat":
return (
<View style={styles.emptyContent}>