liting2017 hace 6 años
padre
commit
59f287b950
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/js/newMenu/adviserList.js

+ 1 - 0
src/js/newMenu/adviserList.js

@@ -113,6 +113,7 @@ $(function () {
                 $('.totalCount').html(`共${data.data.totalCount}条数据 ${thePageLength}页`)
                 var pageArr = [],
                     firstNo = 1,
+                    thePageNo=pageNo,
                     endNo = 5;
                 if (thePageNo > 3) {
                     firstNo = thePageNo - 2;