问题描述:审核不通过原因 出现视频下滑,视频无法暂停 其次在组件中调用 视频的API根本无法生效
报错截图、相关bug:
复现步骤: onReady: function () {
this.videoCtx = wx.createVideoContext('myVideo');
纠错一下,这个应给是 tt。不是wx,
this.videoCtx = tt.createVideoContext('myVideo');
},
play: function () {
this.videoCtx.play();
},
pause: function () {
this.videoCtx.pause()
},
stop: function () {
this.videoCtx.stop()
}
以上的这几个方式都不起作用
联系方式:ls2278744648@dingtalk.com