From 47186c10df1d9d8d2fb8bbde1abd38b4fa577304 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Tue, 14 May 2024 11:45:58 +0800 Subject: [PATCH] 增加isnewwhere参数 --- components/diy_goodsGroup/diy_goodsGroup.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/components/diy_goodsGroup/diy_goodsGroup.js b/components/diy_goodsGroup/diy_goodsGroup.js index 9d19b95..5b2f6ed 100644 --- a/components/diy_goodsGroup/diy_goodsGroup.js +++ b/components/diy_goodsGroup/diy_goodsGroup.js @@ -237,6 +237,7 @@ Component({ isonsale: 1, orderField: "sort", orderType: 'asc', + isnewwhere:1 }; if (th.data.is_recommend) r_data.is_recommend = th.data.is_recommend; if (th.data.is_hot) r_data.is_hot = th.data.is_hot; -- libgit2 0.21.4