From f0ebd276066fd243af4cd8210098abce5d57ea33 Mon Sep 17 00:00:00 2001 From: pocky <2460392754@qq.com> Date: Thu, 19 Dec 2019 22:23:40 +0800 Subject: [PATCH] docs: update login.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复 uni.getUserInfo 中的 lang 字段类型错误 --- docs/api/plugins/login.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/plugins/login.md b/docs/api/plugins/login.md index 31eee1c27e..beae565c69 100644 --- a/docs/api/plugins/login.md +++ b/docs/api/plugins/login.md @@ -87,7 +87,7 @@ uni.login({ |:-|:-|:-|:-|:-|:-| |provider|String|否|登录服务提供商,通过 uni.getProvider 获取|| |withCredentials|Boolean|否|是否带上登录态信息。|微信小程序、头条小程序| -|lang|Number|否|指定返回用户信息的语言,默认为 en。更多值请参考下面的说明。|微信小程序| +|lang|String|否|指定返回用户信息的语言,默认为 en。更多值请参考下面的说明。|微信小程序| |timeout|Number|否|超时时间,单位 ms。|微信小程序| |success|Function|否|接口调用成功的回调|| |fail|Function|否|接口调用失败的回调函数|| -- GitLab