- 添加获取默认地址

This commit is contained in:
sin
2019-04-10 22:27:03 +08:00
parent 90416d5431
commit efe80aeeec
3 changed files with 59 additions and 42 deletions

View File

@@ -42,7 +42,7 @@
country: data.country,
mobile: data.tel,
name: data.name,
hasDefault: data.isDefault,
hasDefault: data.isDefault ? 2 : 1,
};
if (data.id) {