From c8fa6ad486b2a4736fdb5e4030dd7e3464bdd414 Mon Sep 17 00:00:00 2001 From: yanzai Date: Tue, 3 Dec 2024 09:54:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E4=B8=8A=E4=B8=80=E5=B1=82?= =?UTF-8?q?=EF=BC=8C=E6=B8=85=E7=A9=BA=E5=A4=9A=E9=80=89=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h5/pages/main/combo/combo.vue | 2 ++ h5/pages/main/index/index.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/h5/pages/main/combo/combo.vue b/h5/pages/main/combo/combo.vue index 4471eb6..fa780a8 100644 --- a/h5/pages/main/combo/combo.vue +++ b/h5/pages/main/combo/combo.vue @@ -274,6 +274,8 @@ const selectDrawerRef = (e) => { }; onShow(() => { + $store.setDuoXuanYi({}); + itemIds.value = []; if (!!config_ref.value) { checkHospital(); } diff --git a/h5/pages/main/index/index.vue b/h5/pages/main/index/index.vue index 8158991..718a8bf 100644 --- a/h5/pages/main/index/index.vue +++ b/h5/pages/main/index/index.vue @@ -205,6 +205,7 @@ }; onShow(() => { + uni.getLocation({ type: 'wgs84', success: (res) => { @@ -229,6 +230,7 @@ } getUserInfo() $store.setCheckupTypeId({}); + $store.setDuoXuanYi({}); })