Commit 2a547665 by HTML5-侯张振

更改下拉图标显示bug

parent a1c26e8f
......@@ -415,6 +415,7 @@
customer_html += '<li class="customer_li"><div style="text-align:center"> 暂无数据 </div></li>';
} else {
customer_html += '<li class="customer_li"><div style="text-align:center"> 无更多数据 </div></li>';
$("#pullUp").hide();
}
}
for(var j=0;j<data.data.type_counts.length;j++){
......
......@@ -354,11 +354,11 @@
console.log("CHANDU"+data.data.length);
if(data.data==false){
num--;
// setTimeout(function () {
//
// $("#pullUp").css("display","none");
// }, 600);
//$("#pullUp").css("display","none");
setTimeout(function () {
$("#pullUp").css("display","none");
}, 600);
$("#pullUp").css("display","block");
return false
}
......
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