refactor(video): 移除静态广告组件并添加视频快进快退功能

- 删除未使用的静态广告组件及相关文件(MyComponent.vue、staticadcomponent/、videoDetail.vue等)
- 在视频播放器中添加自定义快进(+15秒)和快退(-15秒)按钮组件
- 移除未使用的iOS视频组件注册
- 优化播放器控制栏布局和样式
This commit is contained in:
2026-02-09 10:22:53 +08:00
parent bb640778c0
commit 961ca781e8
12 changed files with 194 additions and 2013 deletions

View File

@@ -809,6 +809,7 @@
.then(async (res) => {
that.curriculumData = res.data.detail;
that.videoArray = res.data.videos;
console.log('视频列表:', that.videoArray);
//判断没有视频的情况
if(that.videoArray.length==0){