{{include "/t198/public/head.html" .}}
首页
{{ .team.ShortNameZh }}
{{ .team.ShortNameZh }}
联赛:
{{ .competitionInfo.ShortNameZh }}
市值:
{{ .team.MarketValueCurrency }}{{ .team.MarketValue }}
英文名:
{{ .team.NameEn }}
国籍:
{{ .team.CountryName }}
官网:
{{ .team.Website }}
球员
{{ range $key, $item := $.team.PlayerList }}
{{ $item.ShortNameZh }}
{{ end }}
最新直播
{{ range $_key, $_item := .matchLiveList }}
{{ $_item.MatchTs | date "m/d H:i" }}
{{ $_item.Comp }}
{{ $_item.Home }}
{{ $_item.HomeScores }} - {{ $_item.AwayScores }}
{{ $_item.Away }}
{{ $_item.StatusName }}
{{ end }}
{{include "/t198/public/foot.html" .}}