Merge branch 'feature/plusstarSpeck' into release/5.1
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -198,7 +198,7 @@ plusstar = { | @@ -198,7 +198,7 @@ plusstar = { | ||
198 | that.common.productSkns = productSkns.split(','); | 198 | that.common.productSkns = productSkns.split(','); |
199 | } | 199 | } |
200 | 200 | ||
201 | - that.common.pageTotal = Math.round(that.common.productSkns.length / that.common.pagesize); | 201 | + that.common.pageTotal = Math.ceil(that.common.productSkns.length / that.common.pagesize); |
202 | }, | 202 | }, |
203 | error: function() { | 203 | error: function() { |
204 | tip.show('网络断开连接了~'); | 204 | tip.show('网络断开连接了~'); |
-
Please register or login to post a comment