[improvement] AddressList: add switchable prop (#1938)

This commit is contained in:
neverland
2018-10-16 21:12:45 +08:00
committed by GitHub
parent fe5c69a853
commit f90e96f701
6 changed files with 31 additions and 9 deletions
+1
View File
@@ -73,6 +73,7 @@ export default {
| list | 地址列表 | `Array` | `[]` |
| disabled-list | 不可配送地址列表 | `Array` | `[]` |
| disabled-text | 不可配送提示文案 | `String` | - |
| switchable | 是否允许切换地址 | `Boolean` | `true` |
| add-button-text | 底部按钮文字 | `String` | `新增地址` |
### Event