5***@qq.com
5***@qq.com
  • 发布:2020-04-26 15:27
  • 更新:2020-04-26 15:27
  • 阅读:1615

小程序腾讯视频插件 bindstatechange事件的问题

分类:uni-app

使用微信小程序原生代码测试是可以触发bindstatechange事件的,但是uniapp写的触发不了,有没有大神帮忙解决一下?
wxml:
<txv-video :vid="item.videoUrl"
style="position: absolute;z-index: -1;"
...
bindstatechange="onStateChange"
@timeupdate="timeupdate"

</txv-video>
js:
export default {
...
onLodd(){
}
onStateChange(e){
console.log(e)
}
}

2020-04-26 15:27 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复