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