zs 2 years ago
parent
commit
ac0c793963
1 changed files with 0 additions and 4 deletions
  1. 0 4
      pagesMy/collection/market.vue

+ 0 - 4
pagesMy/collection/market.vue

@@ -66,10 +66,6 @@
 					content: '确定取消收藏吗?',
 					success: async function(res) {
 						if (res.confirm) {
-							let res = await that.$api(`/storeGoods`, `POST`, {
-								customer: user._id,
-								goods: that.id
-							});
 							const arr = await that.$api(`/storeGoods`, 'POST', {
 								customer: user._id,
 								goods: e._id