添加倍速

This commit is contained in:
@fawn-nine
2024-07-19 17:16:19 +08:00
parent 9508af8780
commit 719f90889c
7 changed files with 1451 additions and 67 deletions

View File

@@ -13,16 +13,17 @@
>
<!-- 加密视频 -->
<view :style="`background:#000`">
<common-video
<common-video-ios
@changeScreen="changeScreen"
@changeScreenLoading="changeScreenLoading"
v-if="isfresh"
ref="commonVideo"
 :videoTitle="curriculumData.title"
:currentVideo="currentVideo"
:noRecored = "noRecored"
:currentVideoList="videoArray"
>
</common-video>
</common-video-ios>
<view style="height: 200px" v-else></view>
</view>