Skip to content

Conversation

wuguanghai45
Copy link
Contributor

一开始调试得到的公式是

Math.ceil((columnsPageRange[1] - columnsPageRange[0] + 1) / columnsPageSize) - 1;

最后 提交的时候 觉的下面的和上面的公式是等价的 没测试换了

Math.floor((columnsPageRange[1] - columnsPageRange[0] + 1) / columnsPageSize);

最近调试的时候突然发现不对了。。。现在更正过来。

@coveralls
Copy link

coveralls commented Jun 30, 2016

Coverage Status

Changes Unknown when pulling 968495e on agideo:master into * on react-component:master*.

@afc163
Copy link
Member

afc163 commented Jun 30, 2016

呃。。

@afc163 afc163 merged commit 1296e5b into react-component:master Jun 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants