向微信好友、朋友圈分享微信小程序

//微信好友分享
onShareAppMessage: function(e) {
     return this.shareData;
},
//微信朋友圈分享
onShareTimeline: function(e) {
      return this.shareData;
},

 

posted @ 2022-01-28 16:12  Deb  阅读(17)  评论(0)    收藏  举报