在应用中直接调用 uni.share 的API,设定参数为分享小程序,代码如下
{"errMsg": "share:fail to send, http://ask.dcloud.net.cn/article/287"}这是什么错误
在应用中直接调用 uni.share 的API,设定参数为分享小程序,代码如下
图片地址必须为本地图片地址
uni.downloadFile({
url:shareImage,
success:(ev)=>{
uni.share({
provider:"qq",
type: shareType,
imageUrl:ev.tempFilePath,
2020-06-03 10:15
1***@qq.com (作者)
回复 1***@qq.com: 我的意思是App分享为微信小程序(App中分享一个内容到微信好友,对方微信中呈现的是一个小程序卡片)
2020-06-03 14:43