wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
47186c10df1d9d8d2fb8bbde1abd38b4fa577304
Authored by
yvan.ni
2024-05-14 11:45:58 +0800
1 parent
9583a272
增加isnewwhere参数
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
components/diy_goodsGroup/diy_goodsGroup.js
components/diy_goodsGroup/diy_goodsGroup.js
View file @
47186c1
...
...
@@ -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;
...
...