|
@@ -115,7 +115,7 @@ module.exports = class extends Base {
|
|
|
const isNew = this.get('isNew');
|
|
|
const isHot = this.get('isHot');
|
|
|
const page = this.get('page');
|
|
|
- const size = this.get('size');
|
|
|
+ const size = this.get('size') || 100;
|
|
|
const sort = this.get('sort');
|
|
|
const order = this.get('order');
|
|
|
|