小程序与朋友圈之间的通道终于打通了。
onShareTimeline: function() {
return {
title: ‘高赞网络’,
query: ‘/pages/home/index’,
imageUrl:’https://www.gaozan.net/logo.png’
}
}
监听右上角菜单“分享到朋友圈”按钮的行为,并自定义分享内容。只有定义了此事件处理函数,右上角菜单才会显示“分享到朋友圈”按钮。
小程序与朋友圈之间的通道终于打通了。
onShareTimeline: function() {
return {
title: ‘高赞网络’,
query: ‘/pages/home/index’,
imageUrl:’https://www.gaozan.net/logo.png’
}
}
监听右上角菜单“分享到朋友圈”按钮的行为,并自定义分享内容。只有定义了此事件处理函数,右上角菜单才会显示“分享到朋友圈”按钮。