Showing
2 changed files
with
2 additions
and
2 deletions
@@ -410,7 +410,7 @@ const _detailDataPkg = (origin, ua) => { | @@ -410,7 +410,7 @@ const _detailDataPkg = (origin, ua) => { | ||
410 | ); // 商品有限购、秒杀、定金预售、普通预售 不显示领券 | 410 | ); // 商品有限购、秒杀、定金预售、普通预售 不显示领券 |
411 | 411 | ||
412 | // 20170113 要求关闭商品详情页面领券功能 | 412 | // 20170113 要求关闭商品详情页面领券功能 |
413 | - dest.showCoupon = false; | 413 | + // dest.showCoupon = false; |
414 | 414 | ||
415 | return dest; | 415 | return dest; |
416 | }; | 416 | }; |
@@ -82,7 +82,7 @@ const tool = { | @@ -82,7 +82,7 @@ const tool = { | ||
82 | ); // 商品有限购、秒杀、定金预售、普通预售 不显示领 | 82 | ); // 商品有限购、秒杀、定金预售、普通预售 不显示领 |
83 | 83 | ||
84 | // 20170113 要求关闭商品详情页面领券功能 | 84 | // 20170113 要求关闭商品详情页面领券功能 |
85 | - dest.showCoupon = false; | 85 | + // dest.showCoupon = false; |
86 | 86 | ||
87 | // 商品信息 | 87 | // 商品信息 |
88 | if (origin.goods_list.length) { | 88 | if (origin.goods_list.length) { |
-
Please register or login to post a comment