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