聯(lián)系官方銷售客服
1835022288
028-61286886
h5封裝小程序的問題,請(qǐng)問分享的path 如何獲取當(dāng)前的頁面url?
Page({ onShareAppMessage: function (res) { if (res.from === 'button') { // 來自頁面內(nèi)轉(zhuǎn)發(fā)按鈕 console.log(res.target) } return { title: '自定義轉(zhuǎn)發(fā)標(biāo)題', path: '/page/user?id=123' } } })