Merge remote-tracking branch 'origin/release/5.1' into release/5.1
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | } |
-
Please register or login to post a comment