|
@@ -192,6 +192,7 @@
|
|
console.log(res.data);
|
|
console.log(res.data);
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|
|
that.dizhi = res.data.data;
|
|
that.dizhi = res.data.data;
|
|
|
|
+ that.dizhi.isdefault=res.data.data.default_address;
|
|
this.tags.forEach((item, index) => {
|
|
this.tags.forEach((item, index) => {
|
|
if (that.dizhi.label == item.name) {
|
|
if (that.dizhi.label == item.name) {
|
|
that.sel = index;
|
|
that.sel = index;
|