Commit 651a29c7 by libai

测试

parent f05f9723
...@@ -46,6 +46,9 @@ ...@@ -46,6 +46,9 @@
transform: scale(5); transform: scale(5);
opacity: 0 !important; opacity: 0 !important;
} }
.google-login-btn > div {
opacity: 0 !important;
}
.more-login { .more-login {
text-align: center; text-align: center;
font-size: 0; font-size: 0;
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
opacity: 0 !important; opacity: 0 !important;
} }
>div{ >div{
// opacity: 0 !important; opacity: 0 !important;
} }
} }
......
...@@ -128,9 +128,7 @@ function loginGo(){ ...@@ -128,9 +128,7 @@ function loginGo(){
function handleCredentialResponse(response) { function handleCredentialResponse(response) {
console.log("Encoded JWT ID token: " + response.credential); console.log("Encoded JWT ID token: " + response.credential);
} }
setTimeout(function(){
googleLogin()
},500)
function googleLogin(){ function googleLogin(){
...@@ -236,6 +234,7 @@ function loginGo(){ ...@@ -236,6 +234,7 @@ function loginGo(){
$(".login-box2").hide() $(".login-box2").hide()
$(".login-box3").hide() $(".login-box3").hide()
$(".login-box4").hide() $(".login-box4").hide()
googleLogin()
layer.open({ layer.open({
type: 1, type: 1,
title: false, 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