Authored by uedxwg

'清理部分修改'

@@ -297,9 +297,7 @@ $yohoPage.on('touchstart', '.btn-minus', function() { @@ -297,9 +297,7 @@ $yohoPage.on('touchstart', '.btn-minus', function() {
297 return; 297 return;
298 } 298 }
299 $num.val(num + 1); 299 $num.val(num + 1);
300 -});  
301 -  
302 -$yohoPage.on('touchstart', '#chose-btn-sure', function() { 300 +}).on('touchstart', '#chose-btn-sure', function() {
303 301
304 var productSku, 302 var productSku,
305 buyNumber = $('#good-num').val() - 0, 303 buyNumber = $('#good-num').val() - 0,