|
|
|
@ -27,8 +27,8 @@ |
|
|
|
|
<view class="b"> |
|
|
|
|
<picker mode="multiSelector" @change="multiChange" @columnchange="columnChange" |
|
|
|
|
value="{{multiIndex}}" :range="multiArray" range-key="name"> |
|
|
|
|
<view class="pbox" :style="{'color': cityInfo.province?'#303030':'#C7C7C7' }"> |
|
|
|
|
{{cityInfo?cityInfo.province+cityInfo.city+cityInfo.area:'请选择省市区'}} |
|
|
|
|
<view class="pbox" :style="{'color': cityInfo.province?'#303030':'gray' }"> |
|
|
|
|
{{cityInfo.province?cityInfo.province+cityInfo.city+cityInfo.area:'请选择省市区'}} |
|
|
|
|
<u-icon name="arrow-right"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
</picker> |
|
|
|
@ -104,6 +104,8 @@ |
|
|
|
|
label: this.addressDetail.region.region |
|
|
|
|
}]; |
|
|
|
|
this.form.detail = this.addressDetail.detail; |
|
|
|
|
}else{ |
|
|
|
|
this.cityInfo.province='' |
|
|
|
|
} |
|
|
|
|
this.getProvinceAll() |
|
|
|
|
}, |
|
|
|
@ -325,6 +327,7 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.addressList { |
|
|
|
|
padding: 0 0 20rpx; |
|
|
|
|
overflow: hidden; |
|
|
|
|