接口添加时间与时区&赔率
This commit is contained in:
@@ -7,6 +7,7 @@ import { SubstitutesCard } from "@/components/match-detail/football/substitutes-
|
||||
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";
|
||||
import { OddsView } from "@/components/match-detail/odds/odds-view";
|
||||
import { ScoreHeader } from "@/components/match-detail/score-header";
|
||||
import { ThemedText } from "@/components/themed-text";
|
||||
import { ThemedView } from "@/components/themed-view";
|
||||
@@ -160,13 +161,7 @@ export default function MatchDetailScreen() {
|
||||
);
|
||||
}
|
||||
case "odds":
|
||||
return (
|
||||
<View style={styles.emptyContent}>
|
||||
<ThemedText style={styles.emptyText}>
|
||||
{t("detail.empty_odds")}
|
||||
</ThemedText>
|
||||
</View>
|
||||
);
|
||||
return <OddsView sportId={sportId} matchId={data.match.ID} />;
|
||||
case "h2h":
|
||||
return (
|
||||
<View style={styles.emptyContent}>
|
||||
|
||||
Reference in New Issue
Block a user