请问 我在JS里添加了转发功能 但是发布以后还是不显示!
发布于 6 年前 作者 maoxiuying 5961 次浏览 来自 问答

onShareAppMessage: function (res) {

if (res.from === ‘button’) {

// 来自页面内转发按钮

console.log(res.target)

}

return {

title: '转发标题,// 转发的标题

path: ‘/page/map/index’,// 我转发的路径

success: function (res) {

// 转发成功

},

fail: function (res) {

// 转发失败

}

}

},

1 回复

大神们过年好!求解答啊

回到顶部