...
|
...
|
@@ -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');
|
|
|
|
...
|
...
|
|