|
|
|
@ -124,8 +124,8 @@ class CoursesHome extends Component{
|
|
|
|
|
{/*onClick={ () => this.changeStatus("mine")}>我的</a>*/}
|
|
|
|
|
<a className={ order == "created_at" ? "fl mr20 font-16 bestChoose active" : "fl mr20 font-16 bestChoose"}
|
|
|
|
|
onClick={ () => this.changeStatus("created_at")}>最新</a>
|
|
|
|
|
<a className={ order == "course_members_count" ? "fl mr20 font-16 bestChoose active" : "fl mr20 font-16 bestChoose"}
|
|
|
|
|
onClick={ () => this.changeStatus("course_members_count")}>最热</a>
|
|
|
|
|
<a className={ order == "visits" ? "fl mr20 font-16 bestChoose active" : "fl mr20 font-16 bestChoose"}
|
|
|
|
|
onClick={ () => this.changeStatus("visits")}>最热</a>
|
|
|
|
|
|
|
|
|
|
{/*<div className="fr mr5 search-new">*/}
|
|
|
|
|
{/*/!* <Search*/}
|
|
|
|
|