Authored by 陈轩

Merge remote-tracking branch 'origin/release/5.1' into release/5.1

@@ -692,7 +692,7 @@ $yohoPage.on('touchstart', '.btn-minus', function() { @@ -692,7 +692,7 @@ $yohoPage.on('touchstart', '.btn-minus', function() {
692 var thisSkn = $('#productSkn').val(); 692 var thisSkn = $('#productSkn').val();
693 var thisSku = ''; 693 var thisSku = '';
694 694
695 - thisSku = $('.size-row:last').find('.chosed').attr('data-skuid'); 695 + thisSku = $('.size-list').find('.chosed').attr('data-skuid');
696 696
697 window.location.href = '/cart/seckill?skn=' + thisSkn + '&sku=' + thisSku; 697 window.location.href = '/cart/seckill?skn=' + thisSkn + '&sku=' + thisSku;
698 } 698 }