搜索页筛选-搜索内容优化
This commit is contained in:
@@ -232,6 +232,7 @@ let selectPage = (type) => {
|
||||
seachAllType['isverified'] = 0
|
||||
seachAllType['isintermediary'] = 0
|
||||
}
|
||||
if ((seachVal.value && !setPageKey()))return
|
||||
getDataList(seachAllType)
|
||||
}
|
||||
|
||||
@@ -320,12 +321,12 @@ let setSeachConditions = (type, data) => {
|
||||
}
|
||||
} else {
|
||||
seachAllType = {
|
||||
tabType:'apartment',
|
||||
searchid:setPageKey(),
|
||||
tabType: 'apartment',
|
||||
searchid: setPageKey(),
|
||||
...type.value
|
||||
}
|
||||
}
|
||||
if(!seachAllType['tabType'])seachAllType['tabType']=tabType.value
|
||||
if (!seachAllType['tabType']) seachAllType['tabType'] = tabType.value
|
||||
if (!seachVal.value) {
|
||||
seachAllType.searchid = ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user