个人房源列表

This commit is contained in:
2023-07-17 10:45:10 +08:00
parent 5760d0890b
commit 763daf2ab0
8 changed files with 122 additions and 34 deletions

View File

@@ -82,7 +82,6 @@ let bannerLists = reactive({data:[]})
watchEffect(() => {
user.data=store.state.user
bannerLists.data=props.bannerList
console.log(bannerLists.data)
if (!store.state.indexData.menu) return
store.state.indexData.menu.map(res => {
if (res.name === '首页') {