当分享按钮在子组件时,子组件不是页面,没有配置pages,所以在子组件设置enableShareAppMessage:true无效

所以父组件设置enableShareAppMessage:true,子组件使用

useShareAppMessage((res) => {
      console.log("useShareAppMessage", res)
      return {
          title: '视频案例集',
          path: '/pages/index/index',
          imageUrl: 'http://192.168.2.248/assets/images/1400x933_1.jpg'
      }
  })
<Button className="iconfont icon-ArtboardCopy" openType="share"></Button>

相关文章:

  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
相关资源
相似解决方案