feat:修改区县
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<view style="margin-left: 20rpx;">{{ item.phone }}</view>
|
||||
</view>
|
||||
<view class="address_item_address">
|
||||
{{ item.countryName }} {{ item.provinceName }} {{ item.cityName }} {{ item.areaName }} {{ item.address }}{{ item.townshipName }}
|
||||
{{ item.countryName }} {{ item.provinceName }} {{ item.cityName }} {{ item.areaName }} {{ item.townshipName }} {{ item.address }}
|
||||
</view>
|
||||
<view class="address_operate">
|
||||
<up-checkbox :customStyle="{}" label="已默认" name="agree" usedAlone :checked="item.isDefault" shape="circle"
|
||||
|
||||
@@ -203,6 +203,7 @@ export default {
|
||||
this.form.countryId = regionId[0] ? regionId[0] : null;
|
||||
this.form.provinceId = regionId[1] ? regionId[1] : null;
|
||||
this.form.cityId = regionId[2] ? regionId[2] : null;
|
||||
this.form.areaId = regionId[3] ? regionId[3] : null;
|
||||
this.form.townshipId = regionId[4] ? regionId[4] : null;
|
||||
}
|
||||
this.regionShowCheck(false);
|
||||
|
||||
@@ -446,7 +446,8 @@ export default {
|
||||
adress: null,
|
||||
addressId: null,
|
||||
areaName: null,
|
||||
cityName: null,
|
||||
cityName: null,
|
||||
townshipName:null,
|
||||
goodsId: this.sed.id,
|
||||
id: this.sed.specsId.id,
|
||||
img: data.goodsGraph,
|
||||
|
||||
Reference in New Issue
Block a user