收藏
回答

video中controls=false没有用?

<video
            id="camera"
            class="sunl-camera"
            controls="{{false}}"
            muted="{{false}}"
            src="{{source}}"
            autoplay
            show-mute-btn="{{true}}"
            show-center-play-btn="{{false}}"
            show-play-btn="{{false}}"
            show-fullscreen-btn="{{false}}"
            show-progress="{{false}}"
            binderror="onError"
            bindplay="onPlay"
            bindpause="onPause"
            bindended="onEnd"
            bindtimeupdate="onTimeupdate"
            bindwaiting="onWaiting"
            bindseekcomplete="onSeek"
        />





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