...
|
...
|
@@ -64,7 +64,7 @@ $('.cart-goods').on('touchstart', '.checkbox', function() { |
|
|
id = $this.closest('.shopping-cart-good').data('id'),
|
|
|
url;
|
|
|
|
|
|
if ($this.closest('.put-in-favorite')) {
|
|
|
if ($this.closest('.put-in-favorite').length > 0) {
|
|
|
|
|
|
//移入收藏夹
|
|
|
url = '/shoppingCart/col';
|
...
|
...
|
|