From 68e0a2617b09009dd467a334532cb7d4c0928d9c Mon Sep 17 00:00:00 2001 From: Granzon <1978882990@qq.com> Date: Thu, 2 Apr 2020 17:14:36 +0800 Subject: [PATCH] Update button.md --- docs/component/button.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/button.md b/docs/component/button.md index 81898d886..a4699df8f 100644 --- a/docs/component/button.md +++ b/docs/component/button.md @@ -61,7 +61,7 @@ |:-|:-|:-| |feedback|打开“意见反馈”页面,用户可提交反馈内容并上传日志|App、微信小程序、QQ小程序| |share|触发用户转发|微信小程序、百度小程序、支付宝小程序、字节跳动小程序、QQ小程序| -|getUserInfo|获取用户信息,可以从@getuserinfo回调中获取到用户信息,包括手机号、头像、昵称等信息|微信小程序、百度小程序、QQ小程序| +|getUserInfo|获取用户信息,可以从@getuserinfo回调中获取到用户信息,包括头像、昵称等信息|微信小程序、百度小程序、QQ小程序| |contact | 打开客服会话,如果用户在会话中点击消息卡片后返回应用,可以从 @contact 回调中获得具体信息 |微信小程序、百度小程序| |getPhoneNumber | 获取用户手机号,可以从@getphonenumber回调中获取到用户信息|微信小程序、百度小程序、字节跳动小程序 | |launchApp | 打开APP,可以通过app-parameter属性设定向APP传的参数|[微信小程序](https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html)、[QQ小程序](https://q.qq.com/wiki/develop/miniprogram/frame/open_ability/open_app.html)| -- GitLab