wechat_jiaxuan/pages/detailDis/product.js
@@ -167,8 +167,14 @@ onShareAppMessage: function () { let { info } = this.data console.log('点击了分享') return { path: '/pages/detailDis/product?id=' + info.id + '&userId=' + info.users.id if(info.users && info.users.id){ return { path: '/pages/detailDis/product?id=' + info.id + '&userId=' + info.users.id } }else{ return { path: '/pages/detailDis/product?id=' + info.id } } }, onClose() {