snapshotHandlerA(){
console.log('-------------------',this.data.playerList[0].id)
this.ctx = wx.createLivePlayerContext(this.data.playerList[0].id);
console.log('==',this.ctx)
this.ctx.snapshot({
success:res=>{
console('success',res);
},
fail:res=>{
console.log('fail');
}
})
}
手机测试截图如下:
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)