|
|
|
@ -240,6 +240,10 @@ class InfosShixun extends Component{
|
|
|
|
|
onClick={() => this.changeCategory("study")}
|
|
|
|
|
href="javascript:void(0)"
|
|
|
|
|
className={is_current ? "font-16 w66" : "font-16 w80"}>{is_current ? "我" : "TA"}学习的</a></li>
|
|
|
|
|
<li className={category == "collect" ? "active font-16 whitepanelysllis" : "font-16 whitepanelysllis"}><a
|
|
|
|
|
onClick={() => this.changeCategory("collect")}
|
|
|
|
|
href="javascript:void(0)"
|
|
|
|
|
className={is_current ? "font-16 w66" : "font-16 w80"}>{is_current ? "我" : "TA"}学习的</a></li>
|
|
|
|
|
</div>
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
@ -275,18 +279,32 @@ class InfosShixun extends Component{
|
|
|
|
|
onClick={() => this.changeStatus("closed")} className="w60" href="javascript:void(0)">已关闭</a></li>
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
category && category == "study" && is_current &&
|
|
|
|
|
<div className="edu-back-white padding10-30 clearfix secondNavs bor-top-greyE">
|
|
|
|
|
<li className={status ? "whitepanelyslliss" : "active whitepanelyslliss"}><a href="javascript:void(0)"
|
|
|
|
|
onClick={() => this.changeStatus()}
|
|
|
|
|
className="w32">全部</a></li>
|
|
|
|
|
<li className={status == "processing" ? "active whitepanelysllisyt" : "whitepanelysllisyt"}><a
|
|
|
|
|
onClick={() => this.changeStatus("processing")} className="w60" href="javascript:void(0)">未通关</a></li>
|
|
|
|
|
<li className={status == "passed" ? "active whitepanelysllisyt" : "whitepanelysllisyt"}><a
|
|
|
|
|
onClick={() => this.changeStatus("passed")} className="w60" href="javascript:void(0)">已通关</a></li>
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
category && category == "study" && is_current &&
|
|
|
|
|
<div className="edu-back-white padding10-30 clearfix secondNavs bor-top-greyE">
|
|
|
|
|
<li className={status ? "whitepanelyslliss" : "active whitepanelyslliss"}><a href="javascript:void(0)"
|
|
|
|
|
onClick={() => this.changeStatus()}
|
|
|
|
|
className="w32">全部</a></li>
|
|
|
|
|
<li className={status == "processing" ? "active whitepanelysllisyt" : "whitepanelysllisyt"}><a
|
|
|
|
|
onClick={() => this.changeStatus("processing")} className="w60" href="javascript:void(0)">未通关</a></li>
|
|
|
|
|
<li className={status == "passed" ? "active whitepanelysllisyt" : "whitepanelysllisyt"}><a
|
|
|
|
|
onClick={() => this.changeStatus("passed")} className="w60" href="javascript:void(0)">已通关</a></li>
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
category && category == "collect" && is_current &&
|
|
|
|
|
<div className="edu-back-white padding10-30 clearfix secondNavs bor-top-greyE">
|
|
|
|
|
<li className={status ? "whitepanelyslliss" : "active whitepanelyslliss"}><a href="javascript:void(0)"
|
|
|
|
|
onClick={() => this.changeStatus()}
|
|
|
|
|
className="w32">全部</a></li>
|
|
|
|
|
<li className={status == "processing" ? "active whitepanelysllisyt" : "whitepanelysllisyt"}><a
|
|
|
|
|
onClick={() => this.changeStatus("processing")} className="w60" href="javascript:void(0)">未通关</a></li>
|
|
|
|
|
<li className={status == "passed" ? "active whitepanelysllisyt" : "whitepanelysllisyt"}><a
|
|
|
|
|
onClick={() => this.changeStatus("passed")} className="w60" href="javascript:void(0)">已通关</a></li>
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
|
<div className=" clearfix font-12 " style={{
|
|
|
|
|
lineHeight: "41px",
|
|
|
|
|
marginTop: "10px",
|
|
|
|
|