<video
:src="current_active_state?.annexUrl"
:enableProgressGesture="isAllowEvent"
:enablePlayGesture="true"
:controls="true"
:autoplay="true"
:loop="false"
:show-center-play-btn="true"
:pageGesture="true"
player-id="circadianVideoPlayer"
@pause="onPause"
@play="onVideoPlay"
@videoContext="getVideoContext"
@error="onVideoError"
@ended="onVideoEnded"
@loadedmetadata="onVideoLoadeddata"
@timeupdate="updateVideoTime"
@fullscreenchange="onFullscreenChange"
@controlstoggle="onControlstoggle"
style="width: 100%; height: 100%"
>
</video>

请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。