...
|
...
|
@@ -821,17 +821,10 @@ $yohoPage.on('touchstart', '.btn-minus', function() { |
|
|
});
|
|
|
|
|
|
} else {
|
|
|
|
|
|
$('#chose-btn-sure').click(
|
|
|
function() {
|
|
|
var thisSkn = $('#productSkn').val();
|
|
|
var thisSku = '';
|
|
|
|
|
|
thisSku = $('.size-list').find('.chosed').attr('data-skuid');
|
|
|
|
|
|
window.location.href = '/cart/index/seckill?skn=' + thisSkn + '&sku=' + thisSku;
|
|
|
}
|
|
|
);
|
|
|
var thisSkn = $('#productSkn').val();
|
|
|
var thisSku = '';
|
|
|
thisSku = $('.size-list').find('.chosed').attr('data-skuid');
|
|
|
window.location.href = '/cart/index/seckill?skn=' + thisSkn + '&sku=' + thisSku;
|
|
|
}
|
|
|
|
|
|
}
|
...
|
...
|
|