Authored by 郝肖肖

Merge branch 'feature/plusstarSpeck' into release/5.1

... ... @@ -198,7 +198,7 @@ plusstar = {
that.common.productSkns = productSkns.split(',');
}
that.common.pageTotal = Math.round(that.common.productSkns.length / that.common.pagesize);
that.common.pageTotal = Math.ceil(that.common.productSkns.length / that.common.pagesize);
},
error: function() {
tip.show('网络断开连接了~');
... ...