diff --git a/docs/univerify.md b/docs/univerify.md index 803e85b1a2299af663f46512618b6268c18f47eb..aa38a6fad0544d88cbadbc18869944c58a8c83e0 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'] + } }); ```