修改收藏bug
parent
90d9fa9671
commit
075399d329
|
@ -708,7 +708,7 @@ export default {
|
||||||
*/
|
*/
|
||||||
getGoodsCollectionFun(goodsId) {
|
getGoodsCollectionFun(goodsId) {
|
||||||
if (storage.getHasLogin()) {
|
if (storage.getHasLogin()) {
|
||||||
API_Members.getGoodsIsCollect(goodsId, "GOODS").then((res) => {
|
API_Members.getGoodsIsCollect("GOODS",goodsId ).then((res) => {
|
||||||
this.favorite = res.data.result;
|
this.favorite = res.data.result;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue