详细问题描述
在应用中直接调用 uni.share 的API,设定参数为分享小程序,代码如下
uni.share({
provider: 'weixin',
scene: "WXSceneSession",
type: 5,
imageUrl: '',
title: this.detail.title,
miniProgram: {
id: 'gh_xxxxxx',
path: '/pages/activity/detail?id=1',
type: 0,
webUrl: 'https://www.aalives.com/'
},
success: ret => {
console.log('ret', ret);
uni.showToast({
title: '分享成功',
position: 'top',
icon: 'none',
duration: 2000
})
},
fail: err => {
console.log('err', err)
}
});
提示报错
{"errMsg": "share:fail to send, http://ask.dcloud.net.cn/article/287"}
未跳到小程序分享,提示信息中也没有错误编码,提示的链接中没有关于该问题的相关描述
期望
跳转到微信分享,发生错误时输出错误编码或提供有价值的错误信息
联系方式
w***@163.com
您好,我想问一下这个问题解决了吗?
2020-11-17 19:27