diff --git a/components/goods_list/goods_list.js b/components/goods_list/goods_list.js index b436a56..90ea97d 100644 --- a/components/goods_list/goods_list.js +++ b/components/goods_list/goods_list.js @@ -101,6 +101,8 @@ Component({ store_id: o.stoid, page: curPage, pageSize: 6, + orderField:"sort", + orderType:'asc', }, success: function(res) { var data = res.data;