使用onShareTimeline分享到朋友圈,安卓手机都可以
苹果手机标题没问题,但是图片不显示,显示的是默认的链接图标
代码:
onShareTimeline(){
return {
title: 'xxxxx',
query: '',
mageUrl:'https://xxxx.xxxx.com/attachment/images/baselogo.png?t='+Math.random()
}
},
使用onShareTimeline分享到朋友圈,安卓手机都可以
苹果手机标题没问题,但是图片不显示,显示的是默认的链接图标
代码:
onShareTimeline(){
return {
title: 'xxxxx',
query: '',
mageUrl:'https://xxxx.xxxx.com/attachment/images/baselogo.png?t='+Math.random()
}
},
3 个回复
doloresme
你的问题有解决吗?是什么原因导致的
牛奶包子
根据知识库内容和经验,iOS 平台微信分享朋友圈时需要注意以下几点:
你的代码中有一个拼写错误
mageUrl应为imageUrl(注意大小写,不进行转换)iOS 平台微信分享必须同时满足:
href参数(即使为空字符串)jgj_app
你图片大小超过 20kb了么