videoContext.pause()真机无效
showAdFun2() {
this.setData({
videoPause: true,
})
this.createVdoContext(this.data.currentVdo)
//this.videoContext.pause()
this.videoContext.seek(0)
this.videoContext.play()
},
在弹层上做了个点击暂停的事件,开发者工具上视频可以暂停,真机上无效,代码改为重播真机可以执行。求解?