提交 988eede8 编写于 作者: 芊里

H5段登录api无效,暂时不编译

上级 7bb9610c
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
}, },
methods: { methods: {
login(type) { login(type) {
// #ifndef H5
uni.showLoading({mask: true}); uni.showLoading({mask: true});
uni.login({ uni.login({
"provider": type, "provider": type,
...@@ -79,7 +80,8 @@ ...@@ -79,7 +80,8 @@
console.log('你手动关闭了,一键登陆'); console.log('你手动关闭了,一键登陆');
} }
} }
}) })
// #endif
}, },
quickLogin(authResult,type){ quickLogin(authResult,type){
//请勿直接使用authResult中的unionid或openid直接用于登陆,前端的数据都是不可靠的 //请勿直接使用authResult中的unionid或openid直接用于登陆,前端的数据都是不可靠的
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册