|
|
@ -114,14 +114,14 @@ class coursesHome extends Component{
|
|
|
|
onClick={ () => this.changeStatus("course_members_count")}>最热</a>
|
|
|
|
onClick={ () => this.changeStatus("course_members_count")}>最热</a>
|
|
|
|
|
|
|
|
|
|
|
|
<div className="fr mr5 search-new">
|
|
|
|
<div className="fr mr5 search-new">
|
|
|
|
<Search
|
|
|
|
{/* <Search
|
|
|
|
placeholder="课堂名称/教师姓名/学校名称"
|
|
|
|
placeholder="课堂名称/教师姓名/学校名称"
|
|
|
|
id="subject_search_input"
|
|
|
|
id="subject_search_input"
|
|
|
|
value={search}
|
|
|
|
value={search}
|
|
|
|
onInput={this.inputSearchValue}
|
|
|
|
onInput={this.inputSearchValue}
|
|
|
|
onSearch={this.searchValue}
|
|
|
|
onSearch={this.searchValue}
|
|
|
|
autoComplete="off"
|
|
|
|
autoComplete="off"
|
|
|
|
></Search>
|
|
|
|
></Search> */}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|