Fix:2630 【商城小程序】地标好物增加分享按钮,点击后弹出分享图片

This commit is contained in:
modendeveloper
2024-11-24 16:10:14 +08:00
parent a8bdcd5495
commit 862e624913
3 changed files with 176 additions and 2 deletions
+4
View File
@@ -155,4 +155,8 @@ export function hadLike(data) {
export function hadView(data) {
return request.post('/landmarkGoods/news/view', data, {login: false})
}
export function getShareImg(id) {
return request.get('/landmarkGoods/poster/' + id, {}, {login: false})
}