Compare commits
2 Commits
e84a964457
...
2eaa6a6b9c
| Author | SHA1 | Date | |
|---|---|---|---|
| 2eaa6a6b9c | |||
| 60c3110bea |
@@ -85,6 +85,7 @@ let next = () => carousel.value.next()
|
|||||||
|
|
||||||
//点击预览图
|
//点击预览图
|
||||||
let watchSet = (num) => {
|
let watchSet = (num) => {
|
||||||
|
console.log(num)
|
||||||
carousel.value.setActiveItem(num)
|
carousel.value.setActiveItem(num)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -316,9 +316,11 @@ let setSeachConditions = (type, data) => {
|
|||||||
} else {
|
} else {
|
||||||
seachAllType = {
|
seachAllType = {
|
||||||
tabType:'apartment',
|
tabType:'apartment',
|
||||||
|
searchid:setPageKey(),
|
||||||
...type.value
|
...type.value
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(!seachAllType['tabType'])seachAllType['tabType']=tabType.value
|
||||||
if (!seachVal.value) {
|
if (!seachVal.value) {
|
||||||
seachAllType.searchid = ''
|
seachAllType.searchid = ''
|
||||||
}
|
}
|
||||||
@@ -417,7 +419,7 @@ let getLocationData = (data) => {
|
|||||||
|
|
||||||
//更新当前数据数量
|
//更新当前数据数量
|
||||||
let setListCount = (item, num) => {
|
let setListCount = (item, num) => {
|
||||||
// console.log(item, num)
|
console.log(item, num)
|
||||||
// console.log(seachKey.key)
|
// console.log(seachKey.key)
|
||||||
if (item.tabType === "intermediary") {
|
if (item.tabType === "intermediary") {
|
||||||
seachKey.key['intermediary']['count'] = num
|
seachKey.key['intermediary']['count'] = num
|
||||||
|
|||||||
@@ -182,7 +182,7 @@ onMounted(() => {
|
|||||||
routeQuery.data = route.currentRoute.value.query
|
routeQuery.data = route.currentRoute.value.query
|
||||||
if (routeQuery.data.keyword && routeQuery.data.keyword.replace(/\s/g, "") && routeQuery.data.houseingPageType != 6) {
|
if (routeQuery.data.keyword && routeQuery.data.keyword.replace(/\s/g, "") && routeQuery.data.houseingPageType != 6) {
|
||||||
inputModuleInfo.value.searchInit(routeQuery.data.keyword)//调用搜索组件的搜索功能
|
inputModuleInfo.value.searchInit(routeQuery.data.keyword)//调用搜索组件的搜索功能
|
||||||
route.currentRoute.value.query.keyword = ''
|
// route.currentRoute.value.query.keyword = ''
|
||||||
} else {
|
} else {
|
||||||
inputModuleInfo.value.checkPageType()
|
inputModuleInfo.value.checkPageType()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user