...
|
...
|
@@ -55,17 +55,12 @@ $(function() { |
|
|
Cart.editColorOrSize($(this).attr('data-productId'));
|
|
|
}).delegate('#checkout_btn', 'click', function(e) {
|
|
|
e.preventDefault();
|
|
|
<<<<<<< HEAD
|
|
|
if (!$(this).hasClass('disable')) {
|
|
|
window.location.href = '/shopping/order';
|
|
|
}
|
|
|
=======
|
|
|
|
|
|
Cart.checkStorage(function() {
|
|
|
if (!$(this).hasClass('disable')) {
|
|
|
window.location.href = '/shopping/order';
|
|
|
}
|
|
|
});
|
|
|
>>>>>>> 92a3e5fe2e5a326f2120ac907df26187a3213a37
|
|
|
});
|
|
|
|
|
|
// // 全选和单选
|
...
|
...
|
|