[Doc] Button: add click event tips (#1828)

This commit is contained in:
neverland 2019-08-06 06:38:45 +08:00 committed by GitHub
parent 2ecdc6759c
commit 27db70de4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,13 +106,15 @@
| 事件名 | 说明 | 参数 |
|-----------|-----------|-----------|
| bind:click | 点击按钮且按钮状态不为加载或禁用时触发 | - |
| bind:click | 点击按钮且按钮状态不为加载或禁用时触发 | - |
| bind:getuserinfo | 用户点击该按钮时,会返回获取到的用户信息,<br>从返回参数的 detail 中获取到的值同 wx.getUserInfo | - |
| bind:contact | 客服消息回调 | - |
| bind:getphonenumber | 获取用户手机号回调 | - |
| bind:error | 当使用开放能力时,发生错误的回调 | - |
| bind:opensetting | 在打开授权设置页后回调 | - |
> Button 提供的是 click 事件而不是原生 tap 事件按钮禁用时click 事件不会触发tap 事件依然会触发。
### 外部样式类
| 类名 | 说明 |