mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
加入小区地区
This commit is contained in:
parent
77d5a625cb
commit
5116ca4d9a
@ -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>
|
||||
|
||||
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user