onShareAppMessage
小程序如果想对外分享,必须在 page 里面定义 onShareAppMessage 函数,来配置页面分享转发相关的信息。
image.png
image.png
hideShareMenu
如果定义了该事件,又不想通过页面menu转发,可以通过 hideShareMenu来隐藏掉
onShow: function () {
wx.hideShareMenu()
},
小程序如果想对外分享,必须在 page 里面定义 onShareAppMessage 函数,来配置页面分享转发相关的信息。
如果定义了该事件,又不想通过页面menu转发,可以通过 hideShareMenu来隐藏掉
onShow: function () {
wx.hideShareMenu()
},
本文标题:微信小程序—分享
本文链接:https://www.haomeiwen.com/subject/fdgekctx.html
网友评论