|
@@ -696,9 +696,9 @@ function page(current){ |
|
|
var html =""; |
|
|
var html =""; |
|
|
console.log("currentPage=" + currentPage); |
|
|
console.log("currentPage=" + currentPage); |
|
|
console.log("privateTotal=" + privateTotal); |
|
|
console.log("privateTotal=" + privateTotal); |
|
|
if(totalPage==0){ |
|
|
|
|
|
return; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// if(totalPage==0){ |
|
|
|
|
|
// return; |
|
|
|
|
|
// } |
|
|
html += "<span class=\"item\">共 " + totalNum + " 条</span>" |
|
|
html += "<span class=\"item\">共 " + totalNum + " 条</span>" |
|
|
if(currentPage > 1){ |
|
|
if(currentPage > 1){ |
|
|
html += "<a class=\"item navigation\" href=\"javascript:page(1)\"><span class=\"navigation_label\">首页</span></a>"; |
|
|
html += "<a class=\"item navigation\" href=\"javascript:page(1)\"><span class=\"navigation_label\">首页</span></a>"; |
|
|