加入小区地区

This commit is contained in:
java110 2020-06-01 10:31:07 +08:00
parent 77d5a625cb
commit 5116ca4d9a
2 changed files with 3 additions and 2 deletions

View File

@ -57,7 +57,7 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">小区地址</label>
<div class="col-sm-10">
<input v-model="addCommunityInfo.address" type="text" placeholder="必填,请填写小区地址"
<input v-model="addCommunityInfo.tmpAddress" type="text" placeholder="必填,请填写小区地址"
class="form-control">
</div>
</div>

View File

@ -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(