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
ed79d97650a84334722d85b7d93532cccf10a4cd
Authored by
yvan.ni
2020-01-17 16:23:28 +0800
1 parent
9b40aa94
下架的商品显示的修改
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
components/diy_goodsGroup/diy_goodsGroup.js
components/diy_goodsGroup/diy_goodsGroup.js
View file @
ed79d97
...
...
@@ -186,6 +186,7 @@ Component({
186
186
is_new: th.data.is_new,
187
187
pageSize: th.data.goodscount,
188
188
page: th.data.currentPage,
189
+ isonsale: 1,
189
190
}
190
191
}).then(res => {
191
192
//商品地址
...
...