收藏
回答

获取shareTicket?

问题:通过小程序右上角的三个点功能里的分享,获取不了shareTicket,如果通过页面的button分享能获取

代码片段:

// #ifdef MP-WEIXIN

onShareAppMessage(params) {

wx.showShareMenu({

withShareTicket: true

})

this.isShowShare = true

const {

title,

id,

logo

} = this.articleInfo;

const {

globalData

} = this; // 小程序转发监听不到成功与否,所以直接调用分享成功接口

return {

title: title,

imageUrl: logo,

path: `/article/pages/detailsarticle/detailsarticle?sharerId=${globalData.userInfo.userId}&articleId=${id}&shareCode=${this.shareOnly}`

};

},

回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容
问题标签