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