正在显示
1 个修改的文件
包含
5 行增加
和
2 行删除
@@ -122,12 +122,15 @@ | @@ -122,12 +122,15 @@ | ||
122 | }else { | 122 | }else { |
123 | 123 | ||
124 | $(".bottom_icon position_a").css({"position":"fixed"}); | 124 | $(".bottom_icon position_a").css({"position":"fixed"}); |
125 | - alert(document.activeElement.id) | ||
126 | - if(document.activeElement.id == "keyword"){ | 125 | + |
126 | + if(document.activeElement.id == "user_login"||document.activeElement.id=="user_pass"){ | ||
127 | flag = true; | 127 | flag = true; |
128 | + alert(flag) | ||
128 | 129 | ||
129 | }; | 130 | }; |
130 | 131 | ||
132 | + | ||
133 | + | ||
131 | }; | 134 | }; |
132 | 135 | ||
133 | }; | 136 | }; |
-
请 注册 或 登录 后发表评论