@@ -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;