Showing
1 changed file
with
1 additions
and
2 deletions
@@ -728,9 +728,8 @@ $yohoPage.on('touchstart', '.btn-minus', function() { | @@ -728,9 +728,8 @@ $yohoPage.on('touchstart', '.btn-minus', function() { | ||
728 | if (cbFn) { | 728 | if (cbFn) { |
729 | cbFn(); | 729 | cbFn(); |
730 | } | 730 | } |
731 | - } else { // 调秒杀详情页,待修改状态码 | ||
732 | - window.location.href = '/product/seckill/show_' + $('#productSkn').val() + '.html'; | ||
733 | } | 731 | } |
732 | + | ||
734 | if (res.message && !isEdit) { | 733 | if (res.message && !isEdit) { |
735 | tip.show(res.message); | 734 | tip.show(res.message); |
736 | } | 735 | } |
-
Please register or login to post a comment