shish 3 anni fa
parent
commit
87c2708a88
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      mallApp/src/pages/home/category.vue

+ 1 - 1
mallApp/src/pages/home/category.vue

@@ -124,7 +124,7 @@ export default {
     },
     },
     // 列表
     // 列表
     _list () {
     _list () {
-      return getList({ ...this.form, page: this.list.page }) .then(res => {
+      return getList({ ...this.form, page: this.list.page,pageSize:100 }) .then(res => {
           this.completes(res)
           this.completes(res)
       })
       })
     },
     },