diff --git a/login.html b/login.html
index 3a99f09..b280c40 100644
--- a/login.html
+++ b/login.html
@@ -8,7 +8,7 @@
-
+
@@ -26,11 +26,12 @@
+
-
-
-
+
+
+
@@ -51,24 +52,28 @@
return false;
});
+ $(".oauth .icon-WechatIMG").click(function () {
+ layer.msg('正在打开Gitee登陆页面,请稍后...');
+ });
+
$(".oauth .icon-github").click(function () {
layer.msg('正在打开Github登陆页面,请稍后...');
});
- $(".oauth .icon-WechatIMG").click(function () {
- layer.msg('正在打开Gitee登陆页面,请稍后...');
+ $(".oauth .icon-logo-weibo").click(function () {
+ layer.msg('正在打开微博登陆页面,请稍后...');
});
$(".oauth .icon-qq").click(function () {
layer.msg('正在打开QQ登陆页面,请稍后...');
});
- $(".oauth .icon-wechat").click(function () {
+ $(".oauth .icon-weixin").click(function () {
layer.msg('正在打开微信登陆页面,请稍后...');
});
- $(".oauth .icon-logo-weibo").click(function () {
- layer.msg('正在打开微博登陆页面,请稍后...');
+ $(".oauth .icon-zhifubao").click(function () {
+ layer.msg('正在打开支付宝登陆页面,请稍后...');
});
});