From 61e83f6c78feacfb71d8b38ecc36ee7dba9e67ab Mon Sep 17 00:00:00 2001 From: wx <645899409@qq.com> Date: Mon, 24 Nov 2025 17:51:11 +0800 Subject: [PATCH] =?UTF-8?q?update=201.=E4=BF=AE=E6=94=B9=E2=80=9C=E6=9C=AA?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E4=BD=8D=E7=BD=AE=E4=BF=A1=E6=81=AF=E2=80=9D?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=8F=8A=E6=97=B6=E5=8E=BB=E6=8E=89=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/indexSun.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/indexSun.vue b/src/views/indexSun.vue index 778f832..a05df3f 100644 --- a/src/views/indexSun.vue +++ b/src/views/indexSun.vue @@ -221,7 +221,6 @@ ); async function forHelp(record: any) { - showMapBottom.value = false; indexModalRef.value.closeDialog(); record['lat'] = record?.latitude; record['lon'] = record?.longitude; @@ -447,6 +446,7 @@ const showHospitalList = ref(false); async function confirmHelp(data: any) { + showMapBottom.value = false; Map.driveLine && Map.driveLine.clear(); try { const res = await careUserApi({ userId: data?.userId });