onShareTimeline(res) {
return {
title:'测试',
path: '',
// query: "invitation="+uni.getStorageSync('myInvitationCode'),
imageUrl: '',
}
},
产品分类: HbuilderX
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 3.6.17
HBuilderX版本号: 3.6.17
onShareTimeline(res) {
return {
title:'测试',
path: '',
// query: "invitation="+uni.getStorageSync('myInvitationCode'),
imageUrl: '',
}
},
使用3.6.17版本分享朋友圈后选取查看小分享页面 TypeError: Cannot read property 'host' of undefined
看到中间页内容
空白报错TypeError: Cannot read property 'host' of undefined
使用3.6.17版本打包上传小程序后分享朋友圈成功打开中间页会报错 TypeError: Cannot read property 'host' of undefined
同样的代码使用3.6.15打包上传就没有问题