小程序单页面分享
分享到群里后 的小程序卡片长按没有“转发”选项,分享给个人的小程序卡片有“转发”选
代码如下
wx.showShareMenu({
menus: ["shareAppMessage", "shareTimeline"]
});
return {
title: this.itemDetail.title,
path: "pages/detail/shop-goods-detail/shop-goods-detail?platformType=" + this.itemDetail.platformType + "&goodsId=" + this.itemDetail
.goodsId + "&shareCode=" + this.mobileNbr + '&from=M',
imageUrl: this.goodsBanner[0],
};
是不是在代码中设置了消息私密