|
@@ -191,7 +191,12 @@
|
|
|
}).then(res => {
|
|
|
console.log(res.data);
|
|
|
if (res.data.code == 200) {
|
|
|
- that.dizhi = res.data.data;
|
|
|
+ // that.dizhi = res.data.data;
|
|
|
+ that.dizhi.name=res.data.data.name;
|
|
|
+ that.dizhi.mobile=res.data.data.mobile;
|
|
|
+ that.dizhi.region=res.data.data.region;
|
|
|
+ that.dizhi.address=res.data.data.address;
|
|
|
+ that.dizhi.label=res.data.data.label;
|
|
|
that.dizhi.isdefault=res.data.data.default_address;
|
|
|
this.tags.forEach((item, index) => {
|
|
|
if (that.dizhi.label == item.name) {
|