美文网首页
微信小程序分享'分享给好友','分享到朋友圈'灰色处理

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

作者: hao_developer | 来源:发表于2022-11-07 14:36 被阅读0次
    image.png
    image.png

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

    onShareAppMessage() {}
    

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

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

    相关文章

      网友评论

          本文标题:微信小程序分享'分享给好友','分享到朋友圈'灰色处理

          本文链接:https://www.haomeiwen.com/subject/idgbtdtx.html