我在app.js的onshow中写了下面的代码获取不到呢。
let livePlayer = requirePlugin('live-player-plugin')
const sceneList = [1007, 1008, 1014, 1044, 1045, 1046, 1047, 1048, 1049, 1073, 1154, 1155]
if (sceneList.includes(options.scene)) {
livePlayer.getShareParams().then(res => {
console.log(res.custom_params)
}).catch(err => {
console.log(err)
})
}