1.首先在wxml中输入
<web-view src='{{url}}' bindtap='toShare'></web-view>
2.js中在 onShareAppMessage 周期函数中触发绑定的toShare事件
onShareAppMessage(option) {
this.toShare();
...//在此处获取option中取到的title和img等属性值
return {
title: title,
imageUrl: imageUrl,
path: 'pages/...,//小程序的跳转路径
success: function (res) {
console.log(res)
// 转发成功
},
fail: function (res) {
console.log(res)
// 转发失败
}
}
}
【哈哈镜】100-70新老客神券来了
购买地址:http://t.cn/EXfAZIl
推荐理由:新老客每周可免费领取一张100-70
![在这里插入图片描述](https://img-blog.csdnimg.cn/20190415104042735.jpg?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2x1b3l1bWVpbHVveXVtZWk=,size_16,color_FFFFFF,t_70)