Commit 9bed31e7 authored by tanjuanjuan's avatar tanjuanjuan

修改

parent 47473efe
...@@ -334,7 +334,7 @@ ...@@ -334,7 +334,7 @@
padding: 40px 0px 20px 0px; padding: 40px 0px 20px 0px;
color: white; color: white;
box-sizing: border-box; box-sizing: border-box;
background: url('../assets/house.png') 88% 40% no-repeat; background: url('../../static/house.png') 88% 40% no-repeat;
background-size: 150px 153px; background-size: 150px 153px;
} }
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
const callNumber = (number) => { const callNumber = (number) => {
window.location.href = "tel:" + number window.location.href = "tel:" + number
} }
const apartments = computed(() => { const apartments = computed(() => {
return infoStore.mapList || [] return infoStore.mapList || []
}) })
const goToIndex = () => { const goToIndex = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment