Commit 6a3ab18e authored by tanjuanjuan's avatar tanjuanjuan

测试

parent 79f30521
......@@ -24,14 +24,17 @@
</template>
<script setup>
import { mapPinia } from '@/store';
import {
mapPinia
} from '@/store';
import axios from "axios"
import xh from 'xinhua-sdk'
import {
ref,
computed
} from 'vue'
const store = mapPinia()
const copyFlag = ref(false)
const copyText = (item) => {
let str = item.glbmc + "-" + item.wddz + "-" + item.bgdh;
......@@ -46,8 +49,8 @@
window.location.href = "tel:" + number
}
const apartments=computed(()=>{
return store.mapList||[]
const apartments = computed(() => {
return store.mapList || []
})
......
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