Commit 47186c10df1d9d8d2fb8bbde1abd38b4fa577304
1 parent
9583a272
增加isnewwhere参数
Showing
1 changed file
with
1 additions
and
0 deletions
components/diy_goodsGroup/diy_goodsGroup.js
@@ -237,6 +237,7 @@ Component({ | @@ -237,6 +237,7 @@ Component({ | ||
237 | isonsale: 1, | 237 | isonsale: 1, |
238 | orderField: "sort", | 238 | orderField: "sort", |
239 | orderType: 'asc', | 239 | orderType: 'asc', |
240 | + isnewwhere:1 | ||
240 | }; | 241 | }; |
241 | if (th.data.is_recommend) r_data.is_recommend = th.data.is_recommend; | 242 | if (th.data.is_recommend) r_data.is_recommend = th.data.is_recommend; |
242 | if (th.data.is_hot) r_data.is_hot = th.data.is_hot; | 243 | if (th.data.is_hot) r_data.is_hot = th.data.is_hot; |