liting2017 6 years ago
parent
commit
59f287b950
1 changed files with 1 additions and 0 deletions
  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;