|
|
|
@ -117,14 +117,14 @@ class ShixunPathSearch extends Component{
|
|
|
|
|
<a href="javascript:void(0)" className={ order == "updated_at" ? "fl mr20 font-16 bestChoose active" : "fl mr20 font-16 bestChoose"} onClick={ () => this.changeStatus("updated_at")}>最新</a>
|
|
|
|
|
<a href="javascript:void(0)" className={ order == "myshixun_count" ? "fl mr20 font-16 bestChoose active" : "fl mr20 font-16 bestChoose"} onClick={ () => this.changeStatus("myshixun_count")}>最热</a>
|
|
|
|
|
<div className="fr mr5 search-new">
|
|
|
|
|
<Search
|
|
|
|
|
{/* <Search
|
|
|
|
|
placeholder="请输入路径名称进行搜索"
|
|
|
|
|
id="subject_search_input"
|
|
|
|
|
value={search}
|
|
|
|
|
onInput={this.inputSearchValue}
|
|
|
|
|
onSearch={this.searchValue}
|
|
|
|
|
autoComplete="off"
|
|
|
|
|
></Search>
|
|
|
|
|
></Search> */}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<PathCard {...this.props} {...this.state}></PathCard>
|
|
|
|
|