mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
修改收藏bug
This commit is contained in:
@@ -708,7 +708,7 @@ export default {
|
||||
*/
|
||||
getGoodsCollectionFun(goodsId) {
|
||||
if (storage.getHasLogin()) {
|
||||
API_Members.getGoodsIsCollect(goodsId, "GOODS").then((res) => {
|
||||
API_Members.getGoodsIsCollect("GOODS",goodsId ).then((res) => {
|
||||
this.favorite = res.data.result;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user