From 24459b6be1fab3afe74bf5500891f18b51350739 Mon Sep 17 00:00:00 2001 From: ag <2663588772@qq.com> Date: Mon, 24 Mar 2025 10:28:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=85=AC=E5=85=B1=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=BC=98=E5=8C=96=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=9F=A5=E8=AF=A2=E7=BB=93=E6=9E=9C=E5=90=8E=E6=94=B9?= =?UTF-8?q?=E5=8F=98=E5=AE=9A=E4=BD=8D=E4=BF=A1=E6=81=AF=E7=9A=84=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/amapSearch.vue | 41 ++++++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/components/amapSearch.vue b/components/amapSearch.vue index 0ae21be..6175818 100644 --- a/components/amapSearch.vue +++ b/components/amapSearch.vue @@ -12,9 +12,10 @@ class="search-container" v-if="!isReadonly">
地址:${marker.address}
`; + if (pois.address) { + infoWindowContent += `地址:${pois.address}
`; } infoWindowContent += '