Commit 57ac2b1fff57ea33e0e3b73e7759047e828f89cc

Authored by yvan.ni
1 parent ecacaa87

600不购多,要加到分类的筛选

pages/goods/categoryList/categoryList.js
@@ -286,7 +286,7 @@ Page({ @@ -286,7 +286,7 @@ Page({
286 requestFirstCategoris: function() { 286 requestFirstCategoris: function() {
287 var t = this; 287 var t = this;
288 e.get("/api/weshop/goodscategory/page", { 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 success: function(e) { 290 success: function(e) {
291 var arr=new Array(); 291 var arr=new Array();
292 var dda = e.data.data.pageData; 292 var dda = e.data.data.pageData;