|
|
|
@ -84,8 +84,8 @@ class CompetitionContents extends Component{
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
console.log(this.props.chartdata&&this.props.chartdata.user_ranks)
|
|
|
|
|
//
|
|
|
|
|
// console.log(this.props.chartdata&&this.props.chartdata.user_ranks)
|
|
|
|
|
return (
|
|
|
|
|
<div>
|
|
|
|
|
{chart_rules===undefined?"":<Tabs onChange={(e)=>this.props.Competitioncallback(e)} activeKey={this.props.tabkey} tabBarExtraContent={this.props.current_user&&this.props.current_user.admin===true||this.props.current_user&&this.props.current_user.business===true?this.props.Competitionedittype===false?operations:"":""}>
|
|
|
|
@ -109,7 +109,7 @@ class CompetitionContents extends Component{
|
|
|
|
|
</Tabs>}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Col className="gutter-row Competitioncharts mt30 mb30">总排名</Col>
|
|
|
|
|
{chartdata===undefined?"":chartdata.teams.length===0?"":<Col className="gutter-row Competitioncharts mt30 mb30">总排名</Col>}
|
|
|
|
|
|
|
|
|
|
<Row calssName={"Competition399"}>
|
|
|
|
|
{chartdata===undefined?"":chartdata.teams.length===0?"":chartdata.teams.map((item,key)=>{
|
|
|
|
|