Commit e9b2448f36d02bd4bc9bb4ba9d632f90196b758b

Authored by yvan.ni
1 parent ed556564

只显示上架的商品

components/diy_goodsGroup/diy_goodsGroup.js
... ... @@ -261,6 +261,7 @@ Component({
261 261 gpid: wgroup,
262 262 pageSize: th.data.goodscount,
263 263 page: th.data.currentPage,
  264 + isonsale: 1,
264 265 }
265 266 }).then(res => {
266 267 //商品地址
... ...