[breaking change] AddressEdit: use camelcase data (#1644)

This commit is contained in:
neverland
2018-08-17 15:57:13 +08:00
committed by GitHub
parent abd4819ca1
commit 05c4804958
4 changed files with 61 additions and 61 deletions
+4 -4
View File
@@ -105,10 +105,10 @@ export default {
| province | 省份 | `String` |
| city | 城市 | `String` |
| county | 区县 | `String` |
| address_detail | 详细地址 | `String` |
| area_code | 地区编码,通过省市区选择获取 | `String` |
| postal_code | 邮政编码 | `String` |
| is_default | 是否为默认地址 | `Boolean` |
| addressDetail | 详细地址 | `String` |
| areaCode | 地区编码,通过省市区选择获取 | `String` |
| postalCode | 邮政编码 | `String` |
| isDefault | 是否为默认地址 | `Boolean` |
#### searchResult 数据格式