微信小程序分享'分享给好友','分享到朋友圈'灰色处理

image.png

image.png

分享给好友(在当前页添加)

onShareAppMessage() {}

分享到朋友圈(在onLoad或onShow中添加)

wx.showShareMenu({
   withShareTicket: true,
   menus: ['shareAppMessage', 'shareTimeline']
});

你可能感兴趣的:(微信小程序分享'分享给好友','分享到朋友圈'灰色处理)