网站做的拖管不行 怎么投诉,如何申请建设网站,中山cms建站,制作自己盈利的网站当使用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}}
}