'''
<video
id="vi"
ref="videoPlayer"
@timeupdate="timeupdate"
:initial-time="initial_time"
:show-mute-btn="show_mute_btn"
:enable-play-gesture="enable_play_gesture"
:show-center-play-btn="show_center_play_btn"
:page-gesture="page_gesture"
:src="src"
:controls="true"
:show-play-btn="true"
:autoplay="false"
:poster="poster"
@play="start()"
@pause="end()"
@ended="again()"
webkit-playsinline playsinline x5-playsinline
></video>
'''
js中:
this.video = uni.createVideoContext('vi',this);
this.initial_time = 25;
2 个回复
2***@qq.com
3***@qq.com
请问这个问题解决了吗
w***@163.com
请问解决了吗
2023-11-30 14:57
浪在前端
回复 w***@163.com: 请问解决了吗
2024-05-15 11:40