建设银行忘记密码网站,企业如何做网站,买卖域名的网站,百度指数上多少就算热词当使用button标签带上open-typeshare属性#xff0c;点击之后可分享当前页面给微信好友#xff0c;但是分享之后朋友点开跳转到了首页问题。
需要使用 onShareAppMessage 函数
export default {onShareAppMessage(res) {if (res.from button) {// 来自页面内分…当使用button标签带上open-typeshare属性点击之后可分享当前页面给微信好友但是分享之后朋友点开跳转到了首页问题。
需要使用 onShareAppMessage 函数
export default {onShareAppMessage(res) {if (res.from button) {// 来自页面内分享按钮console.log(res.target)}return {title: 自定义分享标题,path: /pages/test/test?id123}}
}