From ecaa064fe48bee6fa3c4f20fe438bce71c94189e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E7=BA=A2=E4=BF=9D?= Date: Tue, 20 Aug 2019 21:31:49 +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 ecf4b581e..b81fab6dc 100644 --- a/docs/component/button.md +++ b/docs/component/button.md @@ -63,7 +63,7 @@ - 在小程序中,开发者可以登录 [小程序管理后台](https://mp.weixin.qq.com/) 后进入左侧菜单“客服反馈”页面获取反馈内容。 - 在 App 中,开发者登录 [DCloud开发者中心](https://dev.dcloud.net.cn/) 后点击应用名称,进入左侧菜单“用户反馈”页面获取反馈内容。 - 点击 share 分享按钮时会触发 [onShareAppMessage](/api/plugins/share) -- 支付宝小程序平台,获取用户手机号时,建议先通过条件编译的方式,调用支付宝原生API,[参考[(https://docs.alipay.com/mini/api/getphonenumber) +- 支付宝小程序平台,获取用户手机号时,建议先通过条件编译的方式,调用支付宝原生API,[参考](https://docs.alipay.com/mini/api/getphonenumber) **示例** -- GitLab