|
@@ -821,17 +821,10 @@ $yohoPage.on('touchstart', '.btn-minus', function() { |
|
@@ -821,17 +821,10 @@ $yohoPage.on('touchstart', '.btn-minus', function() { |
821
|
});
|
821
|
});
|
822
|
|
822
|
|
823
|
} else {
|
823
|
} else {
|
824
|
-
|
|
|
825
|
- $('#chose-btn-sure').click(
|
|
|
826
|
- function() {
|
|
|
827
|
- var thisSkn = $('#productSkn').val();
|
|
|
828
|
- var thisSku = '';
|
|
|
829
|
-
|
|
|
830
|
- thisSku = $('.size-list').find('.chosed').attr('data-skuid');
|
|
|
831
|
-
|
|
|
832
|
- window.location.href = '/cart/index/seckill?skn=' + thisSkn + '&sku=' + thisSku;
|
|
|
833
|
- }
|
|
|
834
|
- );
|
824
|
+ var thisSkn = $('#productSkn').val();
|
|
|
825
|
+ var thisSku = '';
|
|
|
826
|
+ thisSku = $('.size-list').find('.chosed').attr('data-skuid');
|
|
|
827
|
+ window.location.href = '/cart/index/seckill?skn=' + thisSkn + '&sku=' + thisSku;
|
835
|
}
|
828
|
}
|
836
|
|
829
|
|
837
|
}
|
830
|
}
|