Browse Source

优化地址

master
ltlzx 3 years ago
parent
commit
52f9ca6080
  1. 2
      pages/account/addAddress.vue
  2. 2
      pages/account/address.vue

2
pages/account/addAddress.vue

@ -235,7 +235,7 @@
if(this.provinceList[this.provinceIndex].regions){
this.isSelect1=true
this.cityList=this.provinceList[this.index].regions
this.cityList=this.provinceList[this.provinceIndex].regions
}else{
this.isSelect1=false
this.cityText=''

2
pages/account/address.vue

@ -111,7 +111,7 @@
.info_content_left{
padding-right: 38.67rpx;
margin-right: 34rpx;
min-width: 100%;
min-width: 80%;
border-right: 1px solid #E2E2E2;
}
image{

Loading…
Cancel
Save