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;