wechat_jiaxuan/pages/detailDis/realpic.js
@@ -149,11 +149,11 @@ onReachBottom() { }, /** * 用户点击右上角分享 */ onShareAppMessage() { } onShareAppMessage: function () { let { info } = this.data console.log('点击了分享') return { path: '/pages/detailDis/realpic?id=' + info.id + '&userId=' + info.users.id } }, })