Showing
1 changed file
with
2 additions
and
0 deletions
@@ -662,6 +662,8 @@ $yohoPage.on('touchstart', '.btn-minus', function() { | @@ -662,6 +662,8 @@ $yohoPage.on('touchstart', '.btn-minus', function() { | ||
662 | if (cbFn) { | 662 | if (cbFn) { |
663 | cbFn(); | 663 | cbFn(); |
664 | } | 664 | } |
665 | + } else { // 调秒杀详情页,待修改状态码 | ||
666 | + window.location.href = '/product/seckill/show_' + $('#productSkn').val() + '.html'; | ||
665 | } | 667 | } |
666 | if (res.message && !isEdit) { | 668 | if (res.message && !isEdit) { |
667 | tip.show(res.message); | 669 | tip.show(res.message); |
-
Please register or login to post a comment