|
|
|
@ -393,9 +393,9 @@ class NewShixunModel extends Component{
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="font-12 alltopiscright ml25 fr">
|
|
|
|
|
<span className={"fr topcsactive pointer color-grey-3"} onClick={()=>this.props.hideNewShixunModelType()}>返回</span>
|
|
|
|
|
<span className={type==="mine"?"fr mr30 topcsactive pointer color-grey-3 color-blue":"fr mr30 topcsactive pointer color-grey-3"} onClick={()=>this.belongto("mine")}>我的实训</span>
|
|
|
|
|
<span className={type==="all"?"fr mr30 topcsactive pointer color-grey-3 color-blue":"fr mr30 topcsactive pointer color-grey-3"} onClick={()=>this.belongto("all")}>全部实训</span>
|
|
|
|
|
<span className={"fr pointer color-grey-3"} onClick={()=>this.props.hideNewShixunModelType()}>返回</span>
|
|
|
|
|
<span className={type==="mine"?"fr mr30 topcsactive pointer color-grey-3 color-blue":"fr mr30 pointer color-grey-3"} onClick={()=>this.belongto("mine")}>我的实训</span>
|
|
|
|
|
<span className={type==="all"?"fr mr30 topcsactive pointer color-grey-3 color-blue":"fr mr30 pointer color-grey-3"} onClick={()=>this.belongto("all")}>全部实训</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
@ -420,23 +420,23 @@ class NewShixunModel extends Component{
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<div className="cl"></div>
|
|
|
|
|
{JSON.stringify(item.content) == "{}"?"":<p className="newshixunmodelmidfont">
|
|
|
|
|
{JSON.stringify(item.content) == "{}"?"":<div className="newshixunmodelmidfont">
|
|
|
|
|
{/*{item.description}*/}
|
|
|
|
|
</p>}
|
|
|
|
|
</div>}
|
|
|
|
|
|
|
|
|
|
{item.challenge_names.length===0?"":<p className="newshixunmodelbotfont">
|
|
|
|
|
{item.challenge_names.length===0?"":<div className="newshixunmodelbotfont">
|
|
|
|
|
{item.challenge_names.map((item,key)=>{
|
|
|
|
|
return(
|
|
|
|
|
<span>第{key+1}关:{item}</span>
|
|
|
|
|
)
|
|
|
|
|
})}
|
|
|
|
|
</p>}
|
|
|
|
|
</div>}
|
|
|
|
|
|
|
|
|
|
<div className={"newshixunpd030"}>
|
|
|
|
|
<div className="xuxianpro"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<p className="color-grey panel-lightgrey fl ml30">
|
|
|
|
|
<div className="color-grey panel-lightgrey fl ml30">
|
|
|
|
|
<style>
|
|
|
|
|
{`
|
|
|
|
|
.ant-breadcrumb-separator{
|
|
|
|
@ -460,7 +460,7 @@ class NewShixunModel extends Component{
|
|
|
|
|
<Breadcrumb.Item>学习人数:{item.study_count}</Breadcrumb.Item>
|
|
|
|
|
</Breadcrumb>
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
{item.subjects.length===0?"":<Dropdown overlay={()=>this.ItsCourse(item.subjects)}>
|
|
|
|
|
<a className="ant-dropdown-link fl ml30 newshixunfont12 color-blue" >
|
|
|
|
|
所属课程<Icon className={"color-blue"} type="down" />
|
|
|
|
|