From ef30c2cd206015f1c2580eb958ac5f7583f71985 Mon Sep 17 00:00:00 2001 From: lfs3 Date: Wed, 4 Sep 2019 17:14:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E6=A1=86=E6=96=87=E6=A1=88=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/choose-community.vue | 10 +++++++--- src/view/home.vue | 17 +++++++++-------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/src/view/choose-community.vue b/src/view/choose-community.vue index 77b643f..3bcb0a3 100644 --- a/src/view/choose-community.vue +++ b/src/view/choose-community.vue @@ -34,7 +34,7 @@
附近小区
-
+
{{item.housingEstateName}}
{{item.prefixAddress}}
@@ -268,8 +268,8 @@ export default { ]; this.$vux.confirm.show({ - title: "选择小区", - content: "确定选择:" + item.cityName+item.districtName +"【" + item.housingEstateName + "】", + title: "确定选择", + content: item.cityName+item.districtName +"【" + item.housingEstateName + "】", confirmText: "确定", cancelText: "取消", onCancel: () => {}, @@ -446,8 +446,12 @@ export default { };