zs 2 年之前
父节点
当前提交
ac0c793963
共有 1 个文件被更改,包括 0 次插入4 次删除
  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