获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
title 也没有
怎样分享指定页面?onShareAppMessage: function (res) { // if (res.from === 'button') { // // 来自页面内转发按钮 // console.log(res.target) // } return { title: 'xxx', path:'/pages/share/share', imageUrl: '/data/img/change1.png', } } , onShareAppMessage 放在js里,点右上角分享还是分享本页,没有分享'/pages/share/share'。请教正确的方式?
2019-03-21