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

合并分支 'lihong' 到 'master'

修改



查看合并请求 !174
... ... @@ -106,7 +106,7 @@
$("input").focus(function(){
flag = true;
console.log(flag)
});
... ... @@ -117,15 +117,17 @@
$(".bottom_icon position_a").css({"position":"initial"});
flag = false;
console.log(flag)
}else {
$(".bottom_icon position_a").css({"position":"fixed"});
if(document.activeElement.id == "user_login"||document.activeElement.id=="user_pass"){
flag = true;
alert(flag)
};
... ...