提交 c499bc39 编写于 作者: D DCloud_LXH

chore: univerify

上级 a4e93533
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
uni.login({ uni.login({
provider: 'univerify', provider: 'univerify',
univerifyStyle: { univerifyStyle: {
fullScreen: true fullScreen: true
} }
}) })
``` ```
...@@ -102,10 +102,10 @@ DCloud还提供了更易用的封装。在[uni-id](/uniCloud/uni-id)里已经预 ...@@ -102,10 +102,10 @@ DCloud还提供了更易用的封装。在[uni-id](/uniCloud/uni-id)里已经预
```js ```js
uni.getProvider({ uni.getProvider({
service: 'oauth', service: 'oauth',
success: function (res) { success: function (res) {
console.log(res.provider)// ['qq', 'univerify'] console.log(res.provider)// ['qq', 'univerify']
} }
}); });
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册