流量统计app趋势图历史界面列表切换单位时增加onloading遮罩层,分页等于5页时去掉尾页显示

This commit is contained in:
zhanghongqing
2019-01-15 20:27:38 +08:00
parent b209f8257d
commit 2795a8082e
2 changed files with 2 additions and 1 deletions

View File

@@ -223,6 +223,7 @@
});
// 改变排序字段
function changeOrderby(searchQuota) {
loading();
appTop100List($("#beginDate").val(),$("#endDate").val(),$("#appType").val(),$("#entranceId").val(),searchQuota);
}
function searchList1() {

View File

@@ -95,7 +95,7 @@
}
}
}
if(current + opts.count < pageCount && current >= 1 && pageCount > opts.count){
if(current + opts.count < pageCount && current >= 1 && pageCount > opts.count && end!=5){// 先暂时定5 防止5页的时候显示
var end = opts.coping && opts.endPage ? opts.endPage : pageCount;
html += opts.coping ? '<span class="dian-dian">...</span><a href="javascript:;" data-page="'+pageCount+'">'+end+'</a>' : '';
}