Compare commits

...

2 Commits

Author SHA1 Message Date
d731976872 Merge remote-tracking branch 'origin/main' 2023-08-02 14:04:15 +08:00
2a62def415 搜索页筛选-搜索内容优化 2023-08-02 14:04:02 +08:00
2 changed files with 5 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ let imageTab = ref(0)
let prev = () => carousel.value.prev()
// 轮播图滚动后事件
const carouselChange = value => imageTab.value = value
const carouselChange = value =>{ imageTab.value = value;console.log(value)}
//下一张
let next = () => carousel.value.next()

View File

@@ -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 = ''
}