如题~
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合法域名
}
}
})
在自己的微信上能够看到图片,其他人微信上图片显示空白!
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
微信版本:8.0.38
开发用的是Taro3,提问中给出了相应代码。
自己看到的效果: