|
|
|
@ -211,15 +211,15 @@ class ShixunModal extends Component{
|
|
|
|
|
<a onClick={()=>this.changeTag("all")} className={ type==="all" ? "active edu-filter-cir-grey font-12":"edu-filter-cir-grey font-12"}>全部</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
shixunmodallist && shixunmodallist.tags.map((item,key)=>{
|
|
|
|
|
return(
|
|
|
|
|
<li className="fl mr5 mt5" key={key}>
|
|
|
|
|
<a onClick={()=>this.changeTag(item.tag_id)} className={ parseInt(type) === parseInt(item.tag_id) ? "active edu-filter-cir-grey font-12":"edu-filter-cir-grey font-12"}>{item.tag_name}</a>
|
|
|
|
|
</li>
|
|
|
|
|
)
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
{/*{*/}
|
|
|
|
|
{/*shixunmodallist && shixunmodallist.tags.map((item,key)=>{*/}
|
|
|
|
|
{/*return(*/}
|
|
|
|
|
{/*<li className="fl mr5 mt5" key={key}>*/}
|
|
|
|
|
{/*<a onClick={()=>this.changeTag(item.tag_id)} className={ parseInt(type) === parseInt(item.tag_id) ? "active edu-filter-cir-grey font-12":"edu-filter-cir-grey font-12"}>{item.tag_name}</a>*/}
|
|
|
|
|
{/*</li>*/}
|
|
|
|
|
{/*)*/}
|
|
|
|
|
{/*})*/}
|
|
|
|
|
{/*}*/}
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div className="clearfix mb10" id="shixun_search_form_div" style={{height:"30px"}}>
|
|
|
|
@ -251,9 +251,9 @@ class ShixunModal extends Component{
|
|
|
|
|
}
|
|
|
|
|
<ul className="clearfix greybackHead edu-txt-center">
|
|
|
|
|
<li className="fl with40 paddingleft22" >实训名称</li>
|
|
|
|
|
<li className="fl with30 edu-txt-left">使用院校</li>
|
|
|
|
|
<li className="fl with10">使用人数</li>
|
|
|
|
|
<li className="fl with10">评价等级</li>
|
|
|
|
|
<li className="fl with30 edu-txt-left">院校</li>
|
|
|
|
|
<li className="fl with10">学习人数</li>
|
|
|
|
|
<li className="fl with10">难度</li>
|
|
|
|
|
<li className="fl with10"></li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
@ -292,9 +292,9 @@ class ShixunModal extends Component{
|
|
|
|
|
<span style={{"textAlign":"left","color":"#05101A"}} className="task-hide color-grey-name">{item.shixun_name}</span>
|
|
|
|
|
</Checkbox>
|
|
|
|
|
</li>
|
|
|
|
|
<li className="fl with30 edu-txt-left task-hide paddingl5">{item.school_users}</li>
|
|
|
|
|
<li className="fl with30 edu-txt-left task-hide paddingl5">{item.school}</li>
|
|
|
|
|
<li className="fl with10 paddingl10">{item.myshixuns_count}</li>
|
|
|
|
|
<li className="fl with10 color-orange-tip paddingl10">{item.preference}</li>
|
|
|
|
|
<li className="fl with10 color-orange-tip paddingl10">{item.level}</li>
|
|
|
|
|
<Tooltip title="新窗口查看详情">
|
|
|
|
|
<li className="fl with10"><a className="color-blue" href={"/shixuns/"+item.identifier+"/challenges"} target="_blank">详情</a></li>
|
|
|
|
|
</Tooltip>
|
|
|
|
|