顶部跳转判断

This commit is contained in:
2023-07-27 19:04:50 +08:00
parent 8fbe531684
commit ff5f842595
6 changed files with 19 additions and 17 deletions

View File

@@ -388,7 +388,6 @@ let personHouseingInfo = (type, data, areaItem) => {
query: {
[type]:setData,
areaItem:areaItems['id']?`${areaItems['id']}`:''
},
// params:{
// type,

View File

@@ -147,7 +147,6 @@ let downLoadMore = () => {
//listImg
onMounted(() => {
console.log(router.currentRoute.value.query)
let {type,data}=router.currentRoute.value.query
let typeData = null
if (data) typeData = JSON.parse(data)