搜索页筛选-搜索内容优化
This commit is contained in:
@@ -78,7 +78,7 @@ let imageTab = ref(0)
|
|||||||
let prev = () => carousel.value.prev()
|
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()
|
let next = () => carousel.value.next()
|
||||||
@@ -99,10 +99,8 @@ onMounted(() => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
watch(() => props.index, (newValue, oldValue) => {
|
watch(() => props.index, (newValue, oldValue) => {
|
||||||
console.log(props.index,newValue)
|
|
||||||
imageTab.value = newValue;
|
imageTab.value = newValue;
|
||||||
console.log(carousel.value)
|
watchSet(imageTab.value)
|
||||||
// watchSet(imageTab.value)
|
|
||||||
});
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -232,6 +232,7 @@ let selectPage = (type) => {
|
|||||||
seachAllType['isverified'] = 0
|
seachAllType['isverified'] = 0
|
||||||
seachAllType['isintermediary'] = 0
|
seachAllType['isintermediary'] = 0
|
||||||
}
|
}
|
||||||
|
if ((seachVal.value && !setPageKey()))return
|
||||||
getDataList(seachAllType)
|
getDataList(seachAllType)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user