From 38efc795954ca75a0a7510396abdfff9e28cbf6e Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 27 Sep 2024 16:23:43 +0800 Subject: [PATCH] =?UTF-8?q?CN-1705=20fix:=20=E4=BF=AE=E5=A4=8D=E7=BC=A9?= =?UTF-8?q?=E5=B0=8Fzoom=E5=9B=BE=E6=A0=87=E9=9A=90=E8=97=8F=E5=90=8E?= =?UTF-8?q?=E5=86=8D=E6=94=BE=E5=A4=A7=E5=90=8E=EF=BC=8C=E5=85=B3=E6=B3=A8?= =?UTF-8?q?=E6=96=B0=E7=9A=84=E7=94=A8=E6=88=B7=E5=90=8E=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E6=B2=A1=E5=9B=BE=E6=A0=87=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/location/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/location/Index.vue b/src/views/location/Index.vue index 6a3fd53d..8d812477 100644 --- a/src/views/location/Index.vue +++ b/src/views/location/Index.vue @@ -1363,7 +1363,7 @@ export default { }, showFollowed () { this.humanMarkers.forEach(human => { - human.isFollowed && human.removeClassName && human.removeClassName('map-marker--hidden') + human.removeClassName && human.removeClassName('map-marker--hidden') }) }, // 关注列表的添加、删除追踪