获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
自己看到的效果: [图片]
小程序分享给其他人,标题默认值,图片不显示?如题~ 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合法域名 } } }) 在自己的微信上能够看到图片,其他人微信上图片显示空白! [图片]
2023-06-29