Showing
4 changed files
with
5 additions
and
1 deletions
@@ -10751,7 +10751,9 @@ $('#me-checkall').click(function() { | @@ -10751,7 +10751,9 @@ $('#me-checkall').click(function() { | ||
10751 | 10751 | ||
10752 | //删除收藏 | 10752 | //删除收藏 |
10753 | $('.del-favorite').click(function(e) { | 10753 | $('.del-favorite').click(function(e) { |
10754 | - var id = $(this).closest('.fav-row').data('id'); | 10754 | + var id = $(this).closest('.fav-row').data('id'), |
10755 | + shopid = $(this).closest('.fav-row').data('shopid'), | ||
10756 | + brandorshoptype = $(this).closest('.fav-row').data('brandorshoptype'); | ||
10755 | 10757 | ||
10756 | e.preventDefault(); | 10758 | e.preventDefault(); |
10757 | 10759 | ||
@@ -10760,6 +10762,8 @@ $('.del-favorite').click(function(e) { | @@ -10760,6 +10762,8 @@ $('.del-favorite').click(function(e) { | ||
10760 | url: '/home/favorite/cancel', | 10762 | url: '/home/favorite/cancel', |
10761 | data: { | 10763 | data: { |
10762 | id: id, | 10764 | id: id, |
10765 | + shopid: shopid, | ||
10766 | + brandorshoptype: brandorshoptype, | ||
10763 | type: favType | 10767 | type: favType |
10764 | } | 10768 | } |
10765 | }).then(function(data) { | 10769 | }).then(function(data) { |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment