前后端参数统一

This commit is contained in:
LIONCITYS\lioncity
2020-11-27 17:07:06 +08:00
parent 9289c1cb67
commit a33975dfc9

View File

@ -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;