微信小程序设置 分享给朋友 和 分享到朋友圈
在页面的js文件中,编写:onShareAppMessage
【给朋友】 和 onShareTimeline
【到朋友圈】
// index.js
// 获取应用实例
Page({
// 分享给朋友
onShareAppMessage: function () {
return {
title: '标题',
desc: '描述',
path: '/pages/index/index'
}
},
// 分享到朋友圈
onShareTimeline() {
return {
title: "标题",
}
}
})
A little hug, little gift.
All of little something.
these are our meories.