wangfukang 14 hours ago
parent
commit
297492248c
  1. 1
      package1/group/searchGroup.vue

1
package1/group/searchGroup.vue

@ -185,6 +185,7 @@
if (history) { if (history) {
this.historyList = JSON.parse(history); this.historyList = JSON.parse(history);
} }
this.searchForm.regionId = JSON.parse(uni.getStorageSync('area')).id
this.getShopArea(); this.getShopArea();
//this.getShopList(); //this.getShopList();
}, },

Loading…
Cancel
Save