wnm168 commited on
Commit
e5530cb
·
verified ·
1 Parent(s): 2e32b91

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -687,7 +687,7 @@
687
  limit: pageSize,
688
  onPaginationChange: setPagination,
689
  pagination,
690
- skip: pageSize * pageIndex,
691
  };
692
  }
693
  //分页结束
 
687
  limit: pageSize,
688
  onPaginationChange: setPagination,
689
  pagination,
690
+ skip: pageSize * pageIndex - 1,
691
  };
692
  }
693
  //分页结束