小程序没有转发按钮啥子情况?

发布于 6 年前作者 xiulan557576 次浏览最后编辑 6 年前来自 ask
3 回复
hanqiang
hanqiang1 楼6 年前

自己开发的还是第三方开发的呢?

qshao
qshao2 楼6 年前

要调用这个方法才会有

onShareAppMessage(res) {

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

// 来自页面内转发按钮

console.log(res.target)

}

return {

title: “”,

path: ‘’,

imageUrl: ‘’

}

},

leihuang
leihuang3 楼4 年前

小程序代码是自己写的吗?