Commit 47186c10df1d9d8d2fb8bbde1abd38b4fa577304

Authored by yvan.ni
1 parent 9583a272

增加isnewwhere参数

components/diy_goodsGroup/diy_goodsGroup.js
... ... @@ -237,6 +237,7 @@ Component({
237 237 isonsale: 1,
238 238 orderField: "sort",
239 239 orderType: 'asc',
  240 + isnewwhere:1
240 241 };
241 242 if (th.data.is_recommend) r_data.is_recommend = th.data.is_recommend;
242 243 if (th.data.is_hot) r_data.is_hot = th.data.is_hot;
... ...