[Doc] AddressEdit: update doc (#3147)

This commit is contained in:
neverland 2019-04-15 11:58:05 +08:00 committed by GitHub
parent 0b00d5407d
commit 3ffbe93395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ export default {
| city | 城市 | `String` |
| county | 区县 | `String` |
| addressDetail | 详细地址 | `String` |
| areaCode | 地区编码,通过省市区选择获取 | `String` |
| areaCode | 地区编码,通过`省市区选择`获取(必填) | `String` |
| postalCode | 邮政编码 | `String` |
| isDefault | 是否为默认地址 | `Boolean` |