Commit 57ac2b1fff57ea33e0e3b73e7759047e828f89cc
1 parent
ecacaa87
600不购多,要加到分类的筛选
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/categoryList/categoryList.js
... | ... | @@ -286,7 +286,7 @@ Page({ |
286 | 286 | requestFirstCategoris: function() { |
287 | 287 | var t = this; |
288 | 288 | e.get("/api/weshop/goodscategory/page", { |
289 | - data: { store_id: oo.stoid,pageSize:600,is_show:1}, | |
289 | + data: { store_id: oo.stoid,pageSize:6600,is_show:1}, | |
290 | 290 | success: function(e) { |
291 | 291 | var arr=new Array(); |
292 | 292 | var dda = e.data.data.pageData; | ... | ... |