```js <Pagination currentPage={(query.offset + query.limit) / query.limit} totalPages={Math.ceil(store.totalCount / query.limit)} onChange={_onPageChange}/> ``` 当`currentpage`大于`totalPages`时,(`currentpage = 1` ,`totalPage = 0`) <img width="656" alt="2017-05-03 14 48 04" src="https://cloud.githubusercontent.com/assets/4576326/25650457/a2d131c8-300f-11e7-8ba0-5484f07ffaf3.png">