|
|
@ -407,10 +407,10 @@ class Challenges extends Component {
|
|
|
|
<span className="font-16 fl">简介</span>
|
|
|
|
<span className="font-16 fl">简介</span>
|
|
|
|
|
|
|
|
|
|
|
|
{this.props.identity < 5 && ChallengesDataList&&ChallengesDataList.shixun_status < 3 ?
|
|
|
|
{this.props.identity < 5 && ChallengesDataList&&ChallengesDataList.shixun_status < 3 ?
|
|
|
|
<Link to={"/shixuns/" + id + "/settings"} className="fr color-blue font-14">
|
|
|
|
<a href={"/shixuns/" + id + "/settings"} className="fr color-blue font-14">
|
|
|
|
{/*<img src={getImageUrl("images/educoder/icon/edit.svg")} className="fl mt3 ml2" />*/}
|
|
|
|
{/*<img src={getImageUrl("images/educoder/icon/edit.svg")} className="fl mt3 ml2" />*/}
|
|
|
|
编辑
|
|
|
|
编辑
|
|
|
|
</Link>:""}
|
|
|
|
</a>:""}
|
|
|
|
{this.props.user && this.props.user.main_site === true ?
|
|
|
|
{this.props.user && this.props.user.main_site === true ?
|
|
|
|
this.props.identity < 5?<a className="fr font-14 color-blue mr20" href="/forums/2943"
|
|
|
|
this.props.identity < 5?<a className="fr font-14 color-blue mr20" href="/forums/2943"
|
|
|
|
target="_blank">实训制作指南</a> : "":""}
|
|
|
|
target="_blank">实训制作指南</a> : "":""}
|
|
|
|