Commit dd1b6bad by libai

测试

parent b127b824
Showing with 3 additions and 3 deletions
...@@ -313,7 +313,7 @@ function loginGo(){ ...@@ -313,7 +313,7 @@ function loginGo(){
} }
}) })
googleLogin() loginLayer()ogin()
}) })
function handleCredentialResponse(response) { function handleCredentialResponse(response) {
...@@ -1214,7 +1214,7 @@ function loginGo(){ ...@@ -1214,7 +1214,7 @@ function loginGo(){
} }
function loginLayer(){ function loginLayer(){
googleLogin()
layer.closeAll() layer.closeAll()
$(".login-box1").show() $(".login-box1").show()
$(".login-box2").hide() $(".login-box2").hide()
...@@ -1269,7 +1269,7 @@ hello.init( ...@@ -1269,7 +1269,7 @@ hello.init(
{ 'twitter': 'cEGECNgXN3ZN00r3Zb82vwh55' }, //App_key { 'twitter': 'cEGECNgXN3ZN00r3Zb82vwh55' }, //App_key
{ {
oauth_proxy: 'https://auth-server.herokuapp.com/proxy', oauth_proxy: 'https://auth-server.herokuapp.com/proxy',
redirect_uri: 'index.html' redirect_uri: 'https://www.footseen.xyz/index.html'
}); });
function login_twitter(network) { //登录方法,并将twitter 作为参数传入 function login_twitter(network) { //登录方法,并将twitter 作为参数传入
// Twitter instance // Twitter instance
......
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