|
|
|
@ -211,7 +211,7 @@ class ShixunCardList extends Component {
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
console.log(this.props.middleshixundata.search_tags)
|
|
|
|
|
return (
|
|
|
|
|
<div className="educontent mt20">
|
|
|
|
|
<div className="clearfix">
|
|
|
|
@ -241,8 +241,14 @@ class ShixunCardList extends Component {
|
|
|
|
|
id="hot"
|
|
|
|
|
onClick={(e)=>this.latestHot(e,3)}>最热
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{shixuntype===true?"":<span className={ "fr font-16 bestChoose color-blue" } onClick={(url)=>this.getUser("/shixuns/new")}>+新建实训项目</span>}
|
|
|
|
|
|
|
|
|
|
<div className="fr mr20 mt3">
|
|
|
|
|
{
|
|
|
|
|
this.props.middleshixundata&&this.props.middleshixundata.search_tags
|
|
|
|
|
}
|
|
|
|
|
</div>
|
|
|
|
|
{/*<div className="fl font-16 bestChoose shixun_repertoire ml20 mt1"*/}
|
|
|
|
|
{/*style={{display:upcircle===true?"block":"none"}}*/}
|
|
|
|
|
{/*// onClick={()=>this.upcircles("asc")}*/}
|
|
|
|
|