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
1f0cf8f8c455bdc819e32d18cec82bfd8f04fd47
Authored by
yvan.ni
2023-02-18 15:07:30 +0800
1 parent
f89727b6
商品显示多规格商品的时候
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
1f0cf8f
...
...
@@ -3078,7 +3078,8 @@ Page({
3078
3078
isonsale: 1,
3079
3079
is_on_sale: 1,
3080
3080
pageSize: 500,
3081
- orderField: 'gg_ordid,goods_spec,sort'
3081
+ orderField: 'gg_ordid,goods_spec,sort',
3082
+ isnewwhere:1
3082
3083
}
3083
3084
}).then(res => {
3084
3085
var e = res;
...
...