diff --git a/src/components/Map/PlaceSearch/PlaceSearchMap.vue b/src/components/Map/PlaceSearch/PlaceSearchMap.vue index 34e3817..a922c92 100644 --- a/src/components/Map/PlaceSearch/PlaceSearchMap.vue +++ b/src/components/Map/PlaceSearch/PlaceSearchMap.vue @@ -78,7 +78,7 @@ export default { this.doPlaceSearch(this.keyword); } else { let city = this.area.city === '市辖区' ? this.area.province : this.area.city; - this.doPlaceSearch(city); + this.doPlaceSearch(city + '人民政府'); } }, initAMap() { diff --git a/src/views/system/withdraw/index.vue b/src/views/system/withdraw/index.vue index fb28f84..ca3349d 100644 --- a/src/views/system/withdraw/index.vue +++ b/src/views/system/withdraw/index.vue @@ -1,26 +1,26 @@