From a5dad220ea08741b718328079122e9498adc6153 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Thu, 23 Jun 2022 20:32:41 +0800 Subject: [PATCH] =?UTF-8?q?perf(map):=20markertap=20=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E7=BB=8F=E7=BA=AC=E5=BA=A6=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/platforms/app-plus/view/components/map/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/platforms/app-plus/view/components/map/index.vue b/src/platforms/app-plus/view/components/map/index.vue index 5985544ba..441b9827a 100644 --- a/src/platforms/app-plus/view/components/map/index.vue +++ b/src/platforms/app-plus/view/components/map/index.vue @@ -320,7 +320,9 @@ export default { if (id || id === 0) { nativeMarker.onclick = (e) => { this.$trigger('markertap', {}, { - markerId: id + markerId: id, + latitude, + longitude }) } if (nativeBubble) { -- GitLab