Authored by 梁志锋

购物车功能

... ... @@ -78,6 +78,7 @@ $('.cart-goods').on('touchstart', '.checkbox', function() {
tip.show('网络错误');
});
}).on('touchstart', '.icon-edit', function() {
//var $this = $(this);
//
//var $cartgood = $this.closest('.shopping-cart-good');
... ... @@ -168,7 +169,7 @@ $('.cart-goods').on('touchstart', '.checkbox', function() {
$('.btn-balance').on('touchend', function() {
window.location.href = '/shoppingCart/orderEnsure?cartType='+'ordinary';
window.location.href = '/shoppingCart/orderEnsure?cartType=' + 'ordinary';
});
$('.down').on('touchend', function() {
... ...