个人房源列表
This commit is contained in:
@@ -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 === '首页') {
|
||||
|
||||
Reference in New Issue
Block a user