uni.share({
provider:"qq",
type: 1,
title:'[QQ红包]恭喜发财',
summary:"测试",
success: (e) => {
this.toast("分享成功、欢迎使用")
},
fail(err) {
console.log(err)
}
})
返回信息
{
"errMsg": "share:fail"
}
为什么纯文本分享不了,还不报code错
1 个回复
水域心诚
多检查检查呗