转发无效果,无法唤起好友列表
/**
* 用户点击右上角分享
*/
onShareAppMessage: function (res) {
return {
title: ‘远程遥控’,
path: `/pages/views/remote?userId=${this.userId}&type=${this.type}`,
}
},
})
/**
* 用户点击右上角分享
*/
onShareAppMessage: function (res) {
return {
title: ‘远程遥控’,
path: `/pages/views/remote?userId=${this.userId}&type=${this.type}`,
}
},
})