提交 ad3970fe 编写于 作者: D DCloud_LXH

chore: getUniverifyManager

上级 2ccc54ef
...@@ -310,9 +310,9 @@ uni.login({ ...@@ -310,9 +310,9 @@ uni.login({
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| |:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|√ (3.2.13+)|x|x|x|x|x|x|x| |√ (3.2.13+)|x|x|x|x|x|x|x|
**univerifyManager 参数说明** **univerifyManager 方法说明**
|参数名|类型|说明| |方法名|类型|说明|
|:-|:-|:-| |:-|:-|:-|
|login|Function|一键登录| |login|Function|一键登录|
|preLogin|Function|一键登录预登录| |preLogin|Function|一键登录预登录|
...@@ -363,6 +363,7 @@ const callback = (res) => { ...@@ -363,6 +363,7 @@ const callback = (res) => {
console.log("getCheckBoxState res: ", res); console.log("getCheckBoxState res: ", res);
if (res.state) { if (res.state) {
// 关闭一键登录弹框 // 关闭一键登录弹框
// 参数和 uni.closeAuthView 相同
univerifyManager.close() univerifyManager.close()
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册