[improvement] ContactCard: tsx (#2783)

This commit is contained in:
neverland
2019-02-18 20:24:51 +08:00
committed by GitHub
parent ad27b885c9
commit f211afe714
7 changed files with 56 additions and 4 deletions
+6
View File
@@ -140,6 +140,12 @@ export default {
| tel | Phone | `String` | - |
| add-text | Add card text | `String` | `Add contact info` |
### ContactCard Event
| Event | Description | Arguments |
|------|------|------|
| click | Triggered when clicked | - |
### ContactList API
| Attribute | Description | Type | Default |
+6
View File
@@ -140,6 +140,12 @@ export default {
| tel | 联系人手机号 | `String` | - | - |
| add-text | 添加时的文案提示 | `String` | `添加订单联系人信息` | - |
### ContactCard Event
| 事件名 | 说明 | 参数 |
|------|------|------|
| click | 点击时触发 | - |
### ContactList API
| 参数 | 说明 | 类型 | 默认值 | 版本 |