小程序-分享功能

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

onShareAppMessage: function () {
    return {
      title: "我的",
      path: "/pages/home/home",
    }
  },

  onShareTimeline: function () {//朋友圈
    return {
      title: "我的",
      path: "/pages/home/home",
    }
  },

 

posted @ 2025-12-31 10:20  微宇宙  阅读(0)  评论(0)    收藏  举报