From a33975dfc9172e6372ff58600bb6a0de9bc77722 Mon Sep 17 00:00:00 2001 From: "LIONCITYS\\lioncity" <18026623439@163.com> Date: Fri, 27 Nov 2020 17:07:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E5=90=8E=E7=AB=AF=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/GoodsCon/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index 09c2f4c..f8ca4e4 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -636,7 +636,7 @@ setCollect: function () { let that = this, id = that.storeInfo.id, - category = "product"; + category = "collect"; if (that.storeInfo.userCollect) { getCollectDel(id, category).then(function () { that.storeInfo.userCollect = !that.storeInfo.userCollect;