提交 dad22223 编写于 作者: DCloud-yyl's avatar DCloud-yyl 提交者: Gitee

update docs/univerify.md.

添加全屏支持描述
上级 58d1ca19
......@@ -13,6 +13,19 @@
![](https://dcloud-img.oss-cn-hangzhou.aliyuncs.com/client/doc/univerify/demo.png)
<a id="fullscreen"/>
> HBuilderX3.1.6+版本授权登录界面支持全屏模式
调用uni.login时设置univerifyStyle中的fullScreen属性值为true即可
```js
uni.login({
provider: 'univerify',
univerifyStyle: {
fullScreen: true
}
})
```
效果如下:
![](https://dcloud-img.oss-cn-hangzhou.aliyuncs.com/client/doc/univerify/full.png)
### 产品优势
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册