个人详情页

This commit is contained in:
2023-07-28 13:56:37 +08:00
parent 5522645b5b
commit c9be690046
4 changed files with 8 additions and 7 deletions

View File

@@ -185,7 +185,7 @@ let seachList = (item) => {
}
//设置搜索数据
let setSeachConditions = (type, data) => {
let setSeachConditions = (type, data,second) => {
if (type === 'rent') {
seachAllType['rent_min'] = data.min
seachAllType['rent_max'] = data.max

View File

@@ -680,6 +680,7 @@ let routerQuerySet = () => {
if(deconstructionSeachData.selectData[0])
nextTick(() => {
setCheckBoxData(deconstructionSeachData.selectData)//设置地区选项
})
}
}