小程序播放腾讯视频地址说我src无效
wxml:
<video binderror=“listenerVideo” src=“https://v.qq.com/iframe/preview.html?vid=e03649a8vwd&width=500&height=375&auto=0” controls=“true” ></video>
js:
listenerVideo:function(e) {
console.log(e.detail.errMsg);
}