打开小程序,在右上角点击分享的方式。如下
onShareAppMessage: function () { return { title: "我的", path: "/pages/home/home", } }, onShareTimeline: function () {//朋友圈 return { title: "我的", path: "/pages/home/home", } },