Commit 5d6c0afe by wd

fix搜索框有内容后点击复原问题

parent 3c9417f0
...@@ -70,7 +70,9 @@ require([ ...@@ -70,7 +70,9 @@ require([
}); });
$('#search').on('blur',function (){ $('#search').on('blur',function (){
if (!$(this).val()){
$(this).attr("style",""); $(this).attr("style","");
}
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment