提交 612a1857 编写于 作者: NoSubject's avatar NoSubject

oauth登录认证错误处理

上级 c29e91cc
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
}.bind(this), function(){ }.bind(this), function(){
document.write("<div style='text-align: center; font-size: 24px; margin: 40px auto;'>无法获取用户凭证, 您可能未绑定“"+oauth+"”账号。</div>"); document.write("<div style='text-align: center; font-size: 24px; margin: 40px auto;'>无法获取用户凭证, 您可能未绑定“"+oauth+"”账号。</div>");
document.write("<div style='text-align: center; font-size: 18px; margin: 40px auto;'>请<a href='/x_desktop/redirect.html?url="+encodeURIComponent("../x_desktop/oauth.html?oauth="+oauth+"&redirect=&method=oauthBind")+"'>点击此处登陆</a>后,重新扫码绑定账号。</div>") document.write("<div style='text-align: center; font-size: 18px; margin: 40px auto;'>请<a href='/x_desktop/redirect.html?url="+encodeURIComponent("../x_desktop/oauth.html?oauth="+oauth+"&redirect=/&method=oauthBind")+"'>点击此处登陆</a>后,重新扫码绑定账号。</div>")
}); });
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册