From 297492248c25d3bff4b45a12cf5575a4438b7926 Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Sat, 25 Apr 2026 17:32:14 +0800 Subject: [PATCH] 1 --- package1/group/searchGroup.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/package1/group/searchGroup.vue b/package1/group/searchGroup.vue index 531c6da..bf2a73a 100644 --- a/package1/group/searchGroup.vue +++ b/package1/group/searchGroup.vue @@ -185,6 +185,7 @@ if (history) { this.historyList = JSON.parse(history); } + this.searchForm.regionId = JSON.parse(uni.getStorageSync('area')).id this.getShopArea(); //this.getShopList(); },