小程序-分享功能

打开小程序,在右上角点击分享的方式。如下

onShareAppMessage: function () {

  const promise = new Promise((resolv) => {
      
    const
title = '内容';
    const path = 'http://xxxxxx?params=234';
    resolve({
      title,
      path
    })
   
  })
return { title: "我的", path: "/pages/home/home", } }, onShareTimeline: function () {//朋友圈 return { title: "我的", path: "/pages/home/home", } },

 

<button open-type="share" class="action_btn">转发</button>

  

<button open-type="shareclass="action_btn">转发</button>
posted @ 2025-12-31 10:20  微宇宙  阅读(12)  评论(0)    收藏  举报