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