|
|
|
@ -511,13 +511,15 @@ class YslDetailCards extends Component{
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
}
|
|
|
|
|
<li className={showparagraph===false?"fr status_li":"fr status_li"}>
|
|
|
|
|
|
|
|
|
|
{this.props.current_user&&this.props.current_user.admin===false&&line.shixun_status==="暂未公开"?"": <li className={showparagraph===false?"fr status_li":"fr status_li"}>
|
|
|
|
|
{
|
|
|
|
|
showparagraphkey === key && showparagraphindex === index ? "" :
|
|
|
|
|
<span className="fr color204">实验任务 <span
|
|
|
|
|
className={"color000"}>{line.challenges_count}</span></span>
|
|
|
|
|
}
|
|
|
|
|
</li>
|
|
|
|
|
</li>}
|
|
|
|
|
|
|
|
|
|
</div>)
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|