小程序分享给其他人,标题默认值,图片不显示?
如题~ useShareAppMessage((res) => {
// @ts-ignore
const shareType = res.target?.dataset?.shareType
if (shareType === 'card') {
return {
title: `xxxxxx`,
path: `/pages/visitor/visitor?cardId=${id}`,
imageUrl: shareImage,
}
} else {
return {
title: 'xxxx',
path: '/pages/index/index',
imageUrl:
'https://xxxxx.png', // 域名已经加入downloadFile合法域名
}
}
})
在自己的微信上能够看到图片,其他人微信上图片显示空白! [图片]