作者 李洪娟
1 个管道 的构建 通过 耗费 0 秒

合并分支 'lihong' 到 'master'

修改



查看合并请求 !173
@@ -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 };