联赛显示
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user