Browse Source

[Chg] Make goods list size 100 temporary

Ark 4 năm trước cách đây
mục cha
commit
c5d2b9902d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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');