this.videoContext = wx.createVideoContext(‘myVideo’);
this.videoContext.pause()
暂定不了也没报错
在page里面直接写没问题,但在自定义控件里面就有问题
this.videoContext.pause();
this.videoContext.stop();
this.videoContext.play();
麻烦提供出现问题的机型和微信版本,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
问题解决了,是我自己写错了,打扰了,非常感谢