...
|
...
|
@@ -728,9 +728,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);
|
|
|
}
|
...
|
...
|
|