From 1420676c7cce4376de40bfbade8624ae0e720b32 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 23 Oct 2023 14:09:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BA=97=E9=93=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/AddStore.vue | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue b/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue index bf1e6a67..877c7ea0 100644 --- a/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue +++ b/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue @@ -24,13 +24,6 @@ 仅指定网格可见 - - - - - + + + + + @@ -322,10 +322,8 @@ } }) this.map.on('click', (e) => { - console.log(e) new AMap.Geocoder().getAddress(e.lnglat, (sta, res) => { if (res?.regeocode) { - console.log(res) this.placeDetail = { lng: e.lnglat?.lng, lat: e.lnglat?.lat,