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 | 255 | pageSize: th.data.goodscount, |
| 256 | 256 | page: th.data.currentPage, |
| 257 | 257 | isonsale: 1, |
| 258 | - orderField: "sort", | |
| 259 | - orderType: 'asc', | |
| 258 | + //orderField: "sort", | |
| 259 | + //orderType: 'asc', | |
| 260 | 260 | user_id: user_id |
| 261 | 261 | } |
| 262 | 262 | }).then(res => { | ... | ... |