在QQ小程序里,分享却无法完成,点小程序上的那个内置分享之后,出现分享失败,
// #ifdef MP-QQ||MP-BAIDU||MP-WEIXIN
onShareAppMessage(res) {
if (res.from === 'button') {
// 来自页面内分享按钮
console.log(res.target);
}
return {
title: this.weixintitle
};
},
// #endif
我只写这些代码,微信小程序和百度小程序都可以分享成功,但是QQ小程序就是不行,为什么。
叶凌风 (作者)
少是没事的,没有填写默认的
2022-04-15 21:00