wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
cf09dc6575d039d8eb1273367090aa5fb1979f5e
Authored by
yvan.ni
2020-08-08 11:15:23 +0800
1 parent
f6499c48
1. 我的推荐 商品要有排序
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
components/goods_list/goods_list.js
components/goods_list/goods_list.js
View file @
cf09dc6
...
...
@@ -101,6 +101,8 @@ Component({
101
101
store_id: o.stoid,
102
102
page: curPage,
103
103
pageSize: 6,
104
+ orderField:"sort",
105
+ orderType:'asc',
104
106
},
105
107
success: function(res) {
106
108
var data = res.data;
...
...