可以自定义啊
onShareAppMessage(e) {
var myName = uni.getStorageSync('nickName')
return {
title: myName + "向您推荐了:" + this.infoJson.branchName+" " + this.infoJson.jobTitle+" " + this.infoJson.relName,
path: "/pages/index/newIndex?branchMemberId=" + this.infoJson.branchMemberId + "&parentId=" + storageUtils
.getWxUserId(), //页面路径及参数
imageUrl: this.infoJson.avatarUrl
}
},