<button open-type="share" ref="shareBtn">
<image src="../../static/images/index/sharewx.png" mode="aspectFill"></image>
<p>分享好友</p>
</button>
onShareAppMessage() {
return {
title: this.goods.goodsName,
path: `/pages/index/shareLoad?refCustomerId=${this.userInfo.id}&productId=${this.goods.goodsId}`,
};
},
工具里打开分享页页面样式都没有了
同样的代码在首页用button触发后分享就能正常打开,写在一个详情页里的分享出来就打不开
初学者吗
这个页面看看pages/index/shareLoad