Authored by 梁志锋

购物车失效赠品商品添加标志

... ... @@ -80,7 +80,7 @@ $('.cart-goods').on('touchstart', '.checkbox', function() {
}).on('touchstart', '.icon-edit', function() {
var $this = $(this),
$cartgood = $this.closest('.shopping-cart-good');
$cartgood = $this.closest('.shopping-cart-good'),
$viewGood = $cartgood.find('.deps'),
$editGoot = $cartgood.find('.calculate-num');
... ...