From c499bc390f09c1588049c4d5d633142a7622e530 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Fri, 4 Mar 2022 16:36:09 +0800 Subject: [PATCH] chore: univerify --- docs/univerify.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/univerify.md b/docs/univerify.md index 803e85b1a..aa38a6fad 100644 --- a/docs/univerify.md +++ b/docs/univerify.md @@ -22,8 +22,8 @@ uni.login({ provider: 'univerify', univerifyStyle: { - fullScreen: true - } + fullScreen: true + } }) ``` @@ -102,10 +102,10 @@ DCloud还提供了更易用的封装。在[uni-id](/uniCloud/uni-id)里已经预 ```js uni.getProvider({ - service: 'oauth', - success: function (res) { - console.log(res.provider)// ['qq', 'univerify'] - } + service: 'oauth', + success: function (res) { + console.log(res.provider)// ['qq', 'univerify'] + } }); ``` -- GitLab