Browse Source

[Chg] Make goods list size 100 temporary

Ark 4 years ago
parent
commit
c5d2b9902d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/controller/goods.js

+ 1 - 1
src/api/controller/goods.js

@@ -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');