瀏覽代碼

修改地址

LXT-NJ\Admin 2 年之前
父節點
當前提交
940c782c32
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pages/shouhuodi/index.vue

+ 1 - 0
pages/shouhuodi/index.vue

@@ -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;