微信小程序点击分享后跳转不到指定的home页面,一直是跳转到分享的当前页面。是我代码的问题吗,我是在开发者工具中点击分享后点击的查看分享页
onShareAppMessage() {
return {
title: '分享标题',
path: '/pages/home/home',
}
},
<button class="share-btn" style="width: 5%;" open-type="share">
<image src="../../images/share.png" class="imagee" mode="heightFix" />
</button>

