Fix:2826 【商城小程序】农民店铺无法取消收藏,收藏时点取消图标未变更

This commit is contained in:
linxi
2024-12-24 10:26:16 +08:00
parent a9b63ca251
commit 420a14f6d9
2 changed files with 9 additions and 5 deletions
+3
View File
@@ -21,4 +21,7 @@ export function setFarmerShopCollection(data) {
return request.post("/collection/farmerShop/add", data)
}
export function removeFarmerShopCollection(data) {
return request.post("/collection/farmerShop/remove", data)
}