修改收藏bug
parent
075399d329
commit
13f3971f2a
|
@ -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: "收藏成功!",
|
||||||
|
|
Loading…
Reference in New Issue