修改收藏bug

master
lemon橪 2021-09-03 16:46:55 +08:00
parent 075399d329
commit 13f3971f2a
1 changed files with 1 additions and 1 deletions

View File

@ -820,7 +820,7 @@ export default {
this.deleteGoodsCollectionFun(id); this.deleteGoodsCollectionFun(id);
return false; return false;
} }
API_Members.collectionGoods(id, "GOODS").then((res) => { API_Members.collectionGoods("GOODS",id ).then((res) => {
if (res.data.success) { if (res.data.success) {
uni.showToast({ uni.showToast({
title: "收藏成功!", title: "收藏成功!",