|
|
|
@ -92,7 +92,7 @@ class ShixunPathSearch extends Component{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getList=(order,select,search,page )=>{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let url='/paths.json';
|
|
|
|
|
// '?order='+order+'&page='+page;
|
|
|
|
|
// if(select!=""){
|
|
|
|
@ -166,6 +166,9 @@ class ShixunPathSearch extends Component{
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
|
width: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
.pathImg{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 300px;
|
|
|
|
@ -205,7 +208,7 @@ class ShixunPathSearch extends Component{
|
|
|
|
|
{/*<div className="fr mr5 search-new">*/}
|
|
|
|
|
{/*/!* <Search*/}
|
|
|
|
|
{/*placeholder="请输入路径名称进行搜索"*/}
|
|
|
|
|
{/*id="subject_search_input"*/}
|
|
|
|
|
{/*id="subject_search_input"*/}
|
|
|
|
|
{/*value={search}*/}
|
|
|
|
|
{/*onInput={this.inputSearchValue}*/}
|
|
|
|
|
{/*onSearch={this.searchValue}*/}
|
|
|
|
|