Authored by 李靖

秒杀隐藏折扣

// 调用秒杀js
$(window).on('seckill', function(event, detailData) {
require('product/seckill/seckill-detail.page.css');
/**
* [秒抢页面js]
... ...
.good-detail-page {
.goods-discount {
display: none;
}
}
... ...