首页跳转个人房源设置

This commit is contained in:
2023-07-20 12:21:39 +08:00
parent 7d2ac77df4
commit daf15376e9
6 changed files with 116 additions and 50 deletions

View File

@@ -356,12 +356,18 @@ let indexWaterfallBoxCheck = (res) => {
}
//跳转个人房源
let personHouseingInfo = (type, data) => {
let personHouseingInfo = (type, data,areaItem) => {
router.push({
path: '/personHousing',
path: `/personHousing`,
query: {
[type]: data
type,
data:JSON.stringify(data),
areaItem
},
// params:{
// type,
// data:JSON.stringify(data)
// }
})
}