From 3cfc33d2c0be1008edd1e0defce85cf024322556 Mon Sep 17 00:00:00 2001 From: Xu Zhimeng Date: Mon, 26 Jun 2023 18:26:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9C=AA=E5=90=8C?= =?UTF-8?q?=E6=AD=A5marker=E7=9A=84id=E5=AF=BC=E8=87=B4=E7=9A=84=E5=AE=9A?= =?UTF-8?q?=E4=BD=8D=E6=97=B6=E6=97=A0=E6=B3=95=E6=89=A7=E8=A1=8C=E5=8A=A8?= =?UTF-8?q?=E7=94=BB=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stationOperation/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/stationOperation/index.vue b/src/views/stationOperation/index.vue index 44e6a91..3acfadf 100644 --- a/src/views/stationOperation/index.vue +++ b/src/views/stationOperation/index.vue @@ -343,7 +343,7 @@ export default { setTimeout(() => { // 在panTo结束后执行动画 const overlays = this.$refs.mapRef.map.getOverlays() - const currOverlay = overlays.getArray().find(item => item.id == `${stationType}_${stationId}`) + const currOverlay = overlays.getArray().find(item => item.id == `marker_${stationType}_${stationId}`) const innerEle = currOverlay.getElement() innerEle.classList.add('ani-bounding')