Authored by lijing

跳秒杀详情页

... ... @@ -662,6 +662,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);
... ...