Commit 1d0b5d6b574beaa7b1799ce21fbfda88e78adeed
1 parent
7bf2f6de
分组排序的问题
Showing
1 changed file
with
2 additions
and
2 deletions
components/diy_goodsGroup/diy_goodsGroup.js
@@ -255,8 +255,8 @@ Component({ | @@ -255,8 +255,8 @@ Component({ | ||
255 | pageSize: th.data.goodscount, | 255 | pageSize: th.data.goodscount, |
256 | page: th.data.currentPage, | 256 | page: th.data.currentPage, |
257 | isonsale: 1, | 257 | isonsale: 1, |
258 | - orderField: "sort", | ||
259 | - orderType: 'asc', | 258 | + //orderField: "sort", |
259 | + //orderType: 'asc', | ||
260 | user_id: user_id | 260 | user_id: user_id |
261 | } | 261 | } |
262 | }).then(res => { | 262 | }).then(res => { |