wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Plain Diff
Browse Code »
Commit
fda66ba3562cb1b33d67d42935f34c1497656764
Authored by
后端开发-许程
2020-01-17 16:52:00 +0800
2 parents
a6607cfb
1c45753e
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev
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 @
fda66ba
...
...
@@ -261,6 +261,7 @@ Component({
261
261
gpid: wgroup,
262
262
pageSize: th.data.goodscount,
263
263
page: th.data.currentPage,
264
+ isonsale: 1,
264
265
}
265
266
}).then(res => {
266
267
//商品地址
...
...