使用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()
}
},
0 个回复