Browse Source

前后端参数统一

master
LIONCITYS\lioncity 4 years ago
parent
commit
a33975dfc9
  1. 2
      pages/shop/GoodsCon/index.vue

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

Loading…
Cancel
Save