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

合并分支 'lihong' 到 'master'

修改



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