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