搜索页面
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user