|
|
@ -361,7 +361,9 @@ export default { |
|
|
if (data.userAddress.type == 1) { |
|
|
if (data.userAddress.type == 1) { |
|
|
this.address = |
|
|
this.address = |
|
|
data.userAddress.cityName + |
|
|
data.userAddress.cityName + |
|
|
data.userAddress.districtName; |
|
|
|
|
|
|
|
|
data.userAddress.districtName |
|
|
|
|
|
? data.userAddress.districtName |
|
|
|
|
|
: ""; |
|
|
this.alertShow = true; |
|
|
this.alertShow = true; |
|
|
} else if (data.userAddress.type == 2) { |
|
|
} else if (data.userAddress.type == 2) { |
|
|
this.$vux.confirm.show({ |
|
|
this.$vux.confirm.show({ |
|
|
|