Commit a6e178d6d88e30a152cbf5a123ff709cd8490300
1 parent
c0102fd8
商品分类
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/categoryList/categoryList.js
... | ... | @@ -94,7 +94,7 @@ Page({ |
94 | 94 | requestFirstCategoris: function() { |
95 | 95 | var t = this; |
96 | 96 | e.get("/api/weshop/goodscategory/page", { |
97 | - data: { store_id: oo.stoid,pageSize:600}, | |
97 | + data: { store_id: oo.stoid,pageSize:600,is_show:1}, | |
98 | 98 | success: function(e) { |
99 | 99 | var arr=new Array(); |
100 | 100 | var dda = e.data.data.pageData; | ... | ... |