-
+
+
+
+
From 864770811a11c8ebfb844d43898acee220c41905 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Tue, 9 Mar 2021 16:43:05 +0800
Subject: [PATCH 5/6] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/components/common/addCommunity/addCommunity.js | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/public/components/common/addCommunity/addCommunity.js b/public/components/common/addCommunity/addCommunity.js
index aa25fe400..43fb7d9bc 100644
--- a/public/components/common/addCommunity/addCommunity.js
+++ b/public/components/common/addCommunity/addCommunity.js
@@ -23,7 +23,7 @@
},
_initMethod: function () {
vc.component._initArea('101', '0');
-
+
},
_initEvent: function () {
vc.on('addCommunity', 'openAddCommunityModal', function () {
@@ -145,8 +145,10 @@
vc.component.addCommunityInfo = {
name: '',
address: '',
+ tmpAddress: '',
+ areaAddress: '',
nearbyLandmarks: '',
- cityCode: '0971',
+ cityCode: '',
mapX: '101.33',
mapY: '101.33',
attrs: []
From 83870b276cddce11d9e7464a337769a3dd85c509 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Tue, 9 Mar 2021 16:54:57 +0800
Subject: [PATCH 6/6] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/components/common/addCommunity/addCommunity.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/public/components/common/addCommunity/addCommunity.js b/public/components/common/addCommunity/addCommunity.js
index 43fb7d9bc..51d77b811 100644
--- a/public/components/common/addCommunity/addCommunity.js
+++ b/public/components/common/addCommunity/addCommunity.js
@@ -153,6 +153,10 @@
mapY: '101.33',
attrs: []
};
+ $that.selectProv = '';
+ $that.selectCity = '';
+ $that.selectArea = '';
+ $that.allCity = [];
},
getProv: function (_prov) {
vc.component._initArea('202', _prov);