Cannot read property 'apply' of null;
- 发布:2019-01-22 10:14
- 更新:2020-01-02 15:42
- 阅读:6023
最佳回复
the_wolf_life - 大前端领航者
可以介绍下onShareAppMessage 怎么使用吗 按照官方使用流程没有生效
代码如下
<button open-type="share" >分享</button>
onShareAppMessage(res) {
console.log(res)
if (res.from === 'button') {// 来自页面内分享按钮
console.log(res.target)
}
return {
title: '标题',
path: “路径” ,
success(resp){
console.log(resp)
}
}
},
aiplat点com - aiplat.com
https://ask.dcloud.net.cn/question/85921?column=log&rf=false
typescript版本的也是报这个错,可以分享出去,但是onShareAppMessage里面的代码不执行
虫雪浓
好的很优秀
2019-01-22 17:35