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

修改

@@ -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,15 +117,17 @@ @@ -117,15 +117,17 @@
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 {
123 124
124 $(".bottom_icon position_a").css({"position":"fixed"}); 125 $(".bottom_icon position_a").css({"position":"fixed"});
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