搜索页筛选-搜索内容优化

This commit is contained in:
luJianJun 2023-08-02 14:04:02 +08:00
parent ba6f0d7812
commit 2a62def415
2 changed files with 6 additions and 7 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()
@ -99,10 +99,8 @@ onMounted(() => {
})
watch(() => props.index, (newValue, oldValue) => {
console.log(props.index,newValue)
imageTab.value = newValue;
console.log(carousel.value)
// watchSet(imageTab.value)
watchSet(imageTab.value)
});
</script>

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