微信安卓版本的网页分享,使用快捷操作 转发给某个人或者某个群,无法使用下面的API指定自定义分享内容,正常的转发给朋友和分享到朋友圈功能正常
wx.ready(() => {
wx.updateAppMessageShareData(options)
wx.updateTimelineShareData({
...options,
title: options.title ? options.title : options.desc
})
// wx.onMenuShareQQ(options)
// wx.onMenuShareWeibo(options)
// wx.onMenuShareTimeline(options)
// wx.onMenuShareAppMessage(options)
})
用要废弃的分享朋友接口
没有官方来说明一下吗
一样遇到这个问题,记录下