Commit 35a014cd by 柳士祥

是否查询拼团信息

parent 6bb656bc
...@@ -239,6 +239,7 @@ export default { ...@@ -239,6 +239,7 @@ export default {
.whetherFindDistributionCommission, //是否查询商品佣金(0:不查询,1:展示,为空不查佣金) .whetherFindDistributionCommission, //是否查询商品佣金(0:不查询,1:展示,为空不查佣金)
whetherFindRecommendedCardFlag: this.vipPrice ? 1 : 0, //是否查询会员价 1是 0否 whetherFindRecommendedCardFlag: this.vipPrice ? 1 : 0, //是否查询会员价 1是 0否
whetherShowGoodsDefaultTagFlag: this.marketingTag ? 1 : 0, //是否展示营销标签 1是 0否 whetherShowGoodsDefaultTagFlag: this.marketingTag ? 1 : 0, //是否展示营销标签 1是 0否
whetherFindGroupByGoodsFlag: 1 //是否查询拼团信息 1 是 0 否 默认 0
}; };
app.goodsApi.queryProductInfo(query).then((res) => { app.goodsApi.queryProductInfo(query).then((res) => {
this.sellOutShow = true; this.sellOutShow = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment