Commit 32be42ab by libai

测试

parent 1f111af5
Showing with 3 additions and 1 deletions
...@@ -471,7 +471,7 @@ $(".register-change-btn").on("click",function(){ ...@@ -471,7 +471,7 @@ $(".register-change-btn").on("click",function(){
$(".login-google-btn").on("click",function(){ $(".login-google-btn").on("click",function(){
}) })
googleLogin()
function googleLogin(){ function googleLogin(){
google.accounts.id.initialize({ google.accounts.id.initialize({
client_id: "534183685500-ag0vai0jh6todldi4rg6lvp0gcsojk0n.apps.googleusercontent.com", client_id: "534183685500-ag0vai0jh6todldi4rg6lvp0gcsojk0n.apps.googleusercontent.com",
...@@ -491,5 +491,6 @@ function loginPage(){ ...@@ -491,5 +491,6 @@ function loginPage(){
$(".right-nav").css("right","-8rem") $(".right-nav").css("right","-8rem")
$(".login-box").css("bottom","0rem") $(".login-box").css("bottom","0rem")
$(".login1,.login2,.register,.reset").hide() $(".login1,.login2,.register,.reset").hide()
googleLogin()
$(".login-show").show() $(".login-show").show()
} }
\ No newline at end of file
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