share.js 235 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 Page({ data: { shareData: { title: '自定义分享标题', desc: '自定义分享描述', path: '/page/API/pages/share/share' } }, onShareAppMessage: function () { return this.data.shareData } })