refactor(video): 移除静态广告组件并添加视频快进快退功能
- 删除未使用的静态广告组件及相关文件(MyComponent.vue、staticadcomponent/、videoDetail.vue等) - 在视频播放器中添加自定义快进(+15秒)和快退(-15秒)按钮组件 - 移除未使用的iOS视频组件注册 - 优化播放器控制栏布局和样式
This commit is contained in:
@@ -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){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user