Authored by 郝肖肖

Merge branch 'feature/plusstarSpeck' into release/5.1

@@ -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('网络断开连接了~');