dev_daiao
杨树明 5 years ago
parent b9b62fc0cc
commit 9d23d9d590

@ -511,13 +511,15 @@ class YslDetailCards extends Component{
</li> </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 ? "" : showparagraphkey === key && showparagraphindex === index ? "" :
<span className="fr color204">实验任务 <span <span className="fr color204">实验任务 <span
className={"color000"}>{line.challenges_count}</span></span> className={"color000"}>{line.challenges_count}</span></span>
} }
</li> </li>}
</div>) </div>)
}) })
} }

Loading…
Cancel
Save