zhouna %!s(int64=4) %!d(string=hai) anos
pai
achega
204261f223
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/js/searchStaticList.js

+ 1 - 1
src/js/searchStaticList.js

@@ -73,7 +73,7 @@ function getTabData(){
         const totalPage = data.pages;
         const totalNum = data.total;
         renderList(tabList);
-        if(totalPage > 1){
+        if(totalNum > 0){
             renderPagination(totalPage,Number(curPage),totalNum)
         } else{
             $('.pagination').html("")