正在显示
1 个修改的文件
包含
4 行增加
和
2 行删除
@@ -106,7 +106,7 @@ | @@ -106,7 +106,7 @@ | ||
106 | $("input").focus(function(){ | 106 | $("input").focus(function(){ |
107 | 107 | ||
108 | flag = true; | 108 | flag = true; |
109 | - | 109 | + console.log(flag) |
110 | 110 | ||
111 | }); | 111 | }); |
112 | 112 | ||
@@ -117,6 +117,7 @@ | @@ -117,6 +117,7 @@ | ||
117 | $(".bottom_icon position_a").css({"position":"initial"}); | 117 | $(".bottom_icon position_a").css({"position":"initial"}); |
118 | 118 | ||
119 | flag = false; | 119 | flag = false; |
120 | + console.log(flag) | ||
120 | 121 | ||
121 | 122 | ||
122 | }else { | 123 | }else { |
@@ -125,7 +126,8 @@ | @@ -125,7 +126,8 @@ | ||
125 | 126 | ||
126 | if(document.activeElement.id == "user_login"||document.activeElement.id=="user_pass"){ | 127 | if(document.activeElement.id == "user_login"||document.activeElement.id=="user_pass"){ |
127 | flag = true; | 128 | flag = true; |
128 | - alert(flag) | 129 | + |
130 | + | ||
129 | 131 | ||
130 | }; | 132 | }; |
131 | 133 |
-
请 注册 或 登录 后发表评论