From 1d0b5d6b574beaa7b1799ce21fbfda88e78adeed Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Mon, 15 Aug 2022 11:48:47 +0800 Subject: [PATCH] 分组排序的问题 --- components/diy_goodsGroup/diy_goodsGroup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/diy_goodsGroup/diy_goodsGroup.js b/components/diy_goodsGroup/diy_goodsGroup.js index 9b8746d..3bd0a80 100644 --- a/components/diy_goodsGroup/diy_goodsGroup.js +++ b/components/diy_goodsGroup/diy_goodsGroup.js @@ -255,8 +255,8 @@ Component({ pageSize: th.data.goodscount, page: th.data.currentPage, isonsale: 1, - orderField: "sort", - orderType: 'asc', + //orderField: "sort", + //orderType: 'asc', user_id: user_id } }).then(res => { -- libgit2 0.21.4