Authored by ccbikai(👎🏻🍜)

关闭商品详情页面领券

@@ -409,6 +409,9 @@ const _detailDataPkg = (origin, ua) => { @@ -409,6 +409,9 @@ const _detailDataPkg = (origin, ua) => {
409 dest.isDepositAdvance || dest.isSeckill || dest.isLimitBuy || dest.isPresale 409 dest.isDepositAdvance || dest.isSeckill || dest.isLimitBuy || dest.isPresale
410 ); // 商品有限购、秒杀、定金预售、普通预售 不显示领券 410 ); // 商品有限购、秒杀、定金预售、普通预售 不显示领券
411 411
  412 + // 20170113 要求关闭商品详情页面领券功能
  413 + dest.showCoupon = false;
  414 +
412 return dest; 415 return dest;
413 }; 416 };
414 417
@@ -81,6 +81,9 @@ const tool = { @@ -81,6 +81,9 @@ const tool = {
81 dest.isDepositAdvance || dest.isSeckill || dest.isLimitBuy || dest.isPresale 81 dest.isDepositAdvance || dest.isSeckill || dest.isLimitBuy || dest.isPresale
82 ); // 商品有限购、秒杀、定金预售、普通预售 不显示领 82 ); // 商品有限购、秒杀、定金预售、普通预售 不显示领
83 83
  84 + // 20170113 要求关闭商品详情页面领券功能
  85 + dest.showCoupon = false;
  86 +
84 // 商品信息 87 // 商品信息
85 if (origin.goods_list.length) { 88 if (origin.goods_list.length) {
86 let goodsGroup = []; 89 let goodsGroup = [];