Update index.html
Browse files- 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 |
//分页结束
|