From 3d8cbf2864e9e21bf543d38eb2b5fe8350b1556b Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Tue, 1 Mar 2022 16:36:22 +0800 Subject: [PATCH] chore: uni.getUniverifyManager --- 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 3c5422386..f6f3d911a 100644 --- a/docs/api/plugins/login.md +++ b/docs/api/plugins/login.md @@ -351,7 +351,7 @@ univerifyManager.login({ "iconPath": "/static/apple.png" }, { - "provider": "weixin",**** + "provider": "weixin", "iconPath": "/static/wechat.png" } ] -- GitLab