[Improvement] AddressEdit: add focus、change-area、select-search events (#426)

This commit is contained in:
neverland
2017-12-13 17:36:25 +08:00
committed by GitHub
parent a19cfe51ca
commit c2bef6ef15
6 changed files with 148 additions and 30 deletions

View File

@@ -74,6 +74,9 @@ export default {
|-----------|-----------|-----------|
| save | 点击保存按钮时触发 | content表单内容 |
| delete | 点击删除按钮时触发 | content表单内容 |
| focus | 输入框聚焦时触发 | key: 聚焦的输入框对应的 key |
| select-search | 选中搜索结果时触发 | value: 搜索结果 |
| change-area | 修改收件地区时触发 | values: 地区信息 |
| change-detail | 修改详细地址时触发 | value: 详细地址内容 |
### 数据格式