收藏
回答

小程序播放腾讯视频地址说我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);

  }











回答关注问题邀请回答
收藏
登录 后发表内容