Commit 651a29c7 by libai

测试

parent f05f9723
......@@ -46,6 +46,9 @@
transform: scale(5);
opacity: 0 !important;
}
.google-login-btn > div {
opacity: 0 !important;
}
.more-login {
text-align: center;
font-size: 0;
......
......@@ -46,7 +46,7 @@
opacity: 0 !important;
}
>div{
// opacity: 0 !important;
opacity: 0 !important;
}
}
......
......@@ -128,9 +128,7 @@ function loginGo(){
function handleCredentialResponse(response) {
console.log("Encoded JWT ID token: " + response.credential);
}
setTimeout(function(){
googleLogin()
},500)
function googleLogin(){
......@@ -236,6 +234,7 @@ function loginGo(){
$(".login-box2").hide()
$(".login-box3").hide()
$(".login-box4").hide()
googleLogin()
layer.open({
type: 1,
title: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment