From 9476089903b52579854857dfce307fa17273bbe7 Mon Sep 17 00:00:00 2001 From: lfs3 Date: Thu, 26 Dec 2019 22:32:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=8E=B7=E5=8F=96=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E5=A4=9A=E4=BD=99=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/choose-community.vue | 1 - src/view/home.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/src/view/choose-community.vue b/src/view/choose-community.vue index 3bcb0a3..9ec4953 100644 --- a/src/view/choose-community.vue +++ b/src/view/choose-community.vue @@ -378,7 +378,6 @@ export default { return new Promise((resolve, reject) => { chooseCommunityApi .getAddressInfo({ - cityId: this.cityId ? this.cityId : "", estateId: this.estateId ? this.estateId : "", lat: this.lat, lng: this.lng diff --git a/src/view/home.vue b/src/view/home.vue index f9e0ec4..4e2f8c4 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -314,7 +314,6 @@ export default { return new Promise((resolve, reject) => { chooseCommunityApi .getAddressInfo({ - cityId: this.cityId ? this.cityId : "", estateId: this.estateId ? this.estateId : "", lat: this.lat, lng: this.lng