分享出去的path带两个参数,冷启动的时候,options打印出只有scene一个参数,而热启动是带有两个参数,请问是什么问题?
let shareLink=`/pages/rooms/rooms?scene=${this.data.live_history_id}&customer_id=${userinfo.customer_id}`
return {
title: this.data.live_title,
path: shareLink,
imageUrl: this.data.haibao_img, //用户分享出去的自定义图片大小为5:4,
success: function (res) {
// 转发成功
wx.showToast({
title: "分享成功",
icon: 'success',
duration: 2000
})
},
fail: function (res) {
// 分享失败
wx.showToast({
title: "分享失败",
icon: 'none',
duration: 2000
})
}
}
你好,麻烦具体描述问题流程,提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
shareLink打印出来看看