diff --git a/public/components/common/addCommunity/addCommunity.html b/public/components/common/addCommunity/addCommunity.html
index 5051ee3d0..a1209bf8d 100644
--- a/public/components/common/addCommunity/addCommunity.html
+++ b/public/components/common/addCommunity/addCommunity.html
@@ -57,7 +57,7 @@
diff --git a/public/components/common/addCommunity/addCommunity.js b/public/components/common/addCommunity/addCommunity.js
index f841087c4..e573c43df 100644
--- a/public/components/common/addCommunity/addCommunity.js
+++ b/public/components/common/addCommunity/addCommunity.js
@@ -5,6 +5,7 @@
addCommunityInfo: {
name: '',
address: '',
+ tmpAddress: '',
areaAddress:'',
nearbyLandmarks: '',
cityCode: '0971',
@@ -103,7 +104,7 @@
//vc.component.addCommunityInfo.communityId = vc.getCurrentCommunity().communityId;
- vc.component.addCommunityInfo.address = vc.component.addCommunityInfo.areaAddress+ vc.component.addCommunityInfo.address;
+ vc.component.addCommunityInfo.address = vc.component.addCommunityInfo.areaAddress+ vc.component.addCommunityInfo.tmpAddress;
vc.http.post(