From f41444f00a4d1fb8e734dc88b17cbc4aa5369bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E5=A4=A7=E5=8F=94?= <494979559@qq.com> Date: Wed, 8 May 2024 14:19:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E3=80=81=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Map/PlaceSearch/PlaceSearchMap.vue | 2 +- src/views/system/withdraw/index.vue | 55 ++++--------------- 2 files changed, 13 insertions(+), 44 deletions(-) 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 @@