From cf09dc6575d039d8eb1273367090aa5fb1979f5e Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Sat, 8 Aug 2020 11:15:23 +0800 Subject: [PATCH] 1. 我的推荐 商品要有排序 --- components/goods_list/goods_list.js | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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; -- libgit2 0.21.4