搜索页面

This commit is contained in:
2023-07-18 18:48:09 +08:00
parent d1d1bf3e18
commit 1cc8d070b5
12 changed files with 509 additions and 33 deletions

View File

@@ -176,6 +176,13 @@ let setSeachConditions = (type, data) => {
data.indexOf('iselevator')!==-1?seachAllType['iselevator']=1:seachAllType['iselevator']=0
data.indexOf('issunshinearea')!==-1?seachAllType['issunshinearea']=1:seachAllType['issunshinearea']=0
}
if(type==='school'){
seachAllType.location=[]
}
if(type==='location'){
seachAllType.school=''
}
console.log('seachAllType',seachAllType)
getDataList(seachAllType)
}