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({}); })