Authored by 毕凯

Merge branch 'hotfix/seckills' into 'release/5.4'

秒杀详情页无用代码

预设场景:该商品在秒杀开始前被加入购物车,在秒杀开始后进入购物车,当操作该订单时,跳到秒杀详情页
实际场景:该商品会在购物车置灰,提示订单已失效,不能结算

See merge request !104
... ... @@ -766,9 +766,8 @@ $yohoPage.on('touchstart', '.btn-minus', function() {
if (cbFn) {
cbFn();
}
} else { // 调秒杀详情页,待修改状态码
window.location.href = '/product/seckill/show_' + $('#productSkn').val() + '.html';
}
if (res.message && !isEdit) {
tip.show(res.message);
}
... ...