修改收藏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);
return false;
}
API_Members.collectionGoods(id, "GOODS").then((res) => {
API_Members.collectionGoods("GOODS",id ).then((res) => {
if (res.data.success) {
uni.showToast({
title: "收藏成功!",