接入分享后,安卓正常使用
IOS可以正常分享,但无法显示图片
hbuilderx 4.45
uniapp vue2
{
"type": 0,
"scene": "WXSceneSession",
"href": "http://v.vivicn.com/h5/#/pages/detail/detail?id=1742912999624693647&agent_id=67e2c6b4eef9cba15002401d",
"title": "V+商城",
"summary": "我正在[V+商城]购买一款[美拉德棕色格子衬衫男春秋美式复古格纹长袖衬衣cleanfit情侣外套],赶紧跟我一起来体验!",
"imageUrl": "https://mp-cd4237d1-28c6-42d7-ba4d-eaf8dec69ad8.cdn.bspapp.com/cloudstorage/4917adec-42ec-4c95-ba71-caeb1c0056f6.png"
}
console.log('shareData', shareData);
uni.share({
...shareData,
provider: "weixin",
success: (res) => {
console.log("success:", res);
},
fail: (err) => {
console.log("fail:", err);
this.$api.msg('分享失败,请重试');
},
complete: () => {
uni.hideLoading();
}
});