收藏
回答

channel-video组件binderror报错

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug channel-video 工具 6.5.3 3.3.0
 uni-app开发
 <channel-video
        v-if="feedId"
        :finder-user-name="userName"
        :feed-id="id"
        :autoplay="true"
        :loop="true"
        :muted="true"
        @error="onError"
      />

  methods: {
    onError(err) {
      console.log( err)
    }
   }

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