Showing
1 changed file
with
2 additions
and
1 deletions
@@ -29,7 +29,8 @@ class featureModel extends global.yoho.BaseModel { | @@ -29,7 +29,8 @@ class featureModel extends global.yoho.BaseModel { | ||
29 | return this.get({ | 29 | return this.get({ |
30 | data: { | 30 | data: { |
31 | productSkn: _.uniq(skns), | 31 | productSkn: _.uniq(skns), |
32 | - method: 'h5.product.batch' | 32 | + method: 'h5.product.batch', |
33 | + contain_all: 'Y' // 商品全部返回(包含无库存) | ||
33 | }, | 34 | }, |
34 | param: { | 35 | param: { |
35 | cache: true | 36 | cache: true |
-
Please register or login to post a comment