收藏
回答

Component构造器里如何监测到分享按钮被触发

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug Component,onShareAppMessage 工具 7.6 2.2.0

onShareAppMessage(){

console.log('ss') //没有被打印

return {

title: `sss`,

path: `/pages/match_details/match_details?id=${this.data.id}`,

imageUrl: this.data.imageUrl

}



}

写在methods里无效

写在methods同级也无效



回答关注问题邀请回答
收藏

1 个回答

  • LastLeaf
    LastLeaf
    2018-07-27

    你好,只有页面的 onShareAppMessage 会被触发,页面内的组件不行。

    2018-07-27
    有用
    回复
登录 后发表内容