小程序播放腾讯视频地址说我src无效
发布于 6 年前 作者 ywan 3849 次浏览 来自 问答

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);

  }

回到顶部