Authored by lijing

秒杀详情无用代码

@@ -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 }