From ed79d97650a84334722d85b7d93532cccf10a4cd Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Fri, 17 Jan 2020 16:23:28 +0800 Subject: [PATCH] 下架的商品显示的修改 --- 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 1514c65..61893a7 100644 --- a/components/diy_goodsGroup/diy_goodsGroup.js +++ b/components/diy_goodsGroup/diy_goodsGroup.js @@ -186,6 +186,7 @@ Component({ is_new: th.data.is_new, pageSize: th.data.goodscount, page: th.data.currentPage, + isonsale: 1, } }).then(res => { //商品地址 -- libgit2 0.21.4