taro3.x: 分享问题解决


当分享按钮在子组件时,子组件不是页面,没有配置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>


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM