提交 2499695c 编写于 作者: D DCloud_LXH

docs: univerify

上级 d2ae3656
...@@ -210,7 +210,7 @@ univerifyStyle 数据结构: ...@@ -210,7 +210,7 @@ univerifyStyle 数据结构:
] ]
}, },
"buttons": { // 自定义登陆按钮 "buttons": { // 自定义登陆按钮
"iconWidth": "50px", // 图标宽度(高度等比例缩放) 默认值:45px "iconWidth": "45px", // 图标宽度(高度等比例缩放) 默认值:45px
"list": [ "list": [
{ {
"iconPath": "/static/apple.png" // 图标路径仅支持本地图片 "iconPath": "/static/apple.png" // 图标路径仅支持本地图片
...@@ -256,7 +256,7 @@ uni.closeAuthView() ...@@ -256,7 +256,7 @@ uni.closeAuthView()
`univerifyStyle`中如果配置了`"fullScreen": "true"``buttons`选项并且`buttons`数组不为空时,在全屏的时候会渲染出自定义按钮。 `univerifyStyle`中如果配置了`"fullScreen": "true"``buttons`选项并且`buttons`数组不为空时,在全屏的时候会渲染出自定义按钮。
当用户点击`自定义按钮`,会触发`uni.login``fail`回调,返回数据如下: 当用户点击`自定义按钮`,会触发`uni.login``fail`回调,返回数据如下:
```json ```json
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册