Commit 6a3ab18e authored by tanjuanjuan's avatar tanjuanjuan

测试

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