联赛显示

This commit is contained in:
xianyi
2026-01-19 18:11:08 +08:00
parent a524d8a20d
commit f81cc2f7e6
4 changed files with 218 additions and 86 deletions

View File

@@ -121,7 +121,7 @@ export function MatchCardLeague({
<View style={styles.leftColumn}>
{/* 如果有状态字段 match.meta (如 'FT', 'AET'), 优先显示,否则显示时间 */}
<ThemedText style={styles.statusText}>
{(match.meta || match.time || "").toUpperCase()}
{(match.time || "").toUpperCase()}
</ThemedText>
</View>