Commit 5d6c0afe by wd

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

parent 3c9417f0
......@@ -70,7 +70,9 @@ require([
});
$('#search').on('blur',function (){
$(this).attr("style","");
if (!$(this).val()){
$(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