feat: 集成edu-core视频组件并更新版本至2.0.38

- 添加edu-core依赖以使用标准化的课程视频组件
- 将本地common-video组件替换为edu-core的CommonCourseVideo
- 重构章节详情页,移除原有的视频播放逻辑和倒计时功能
- 修复medicaldes页面样式问题,确保布局正确
- 在课程详情页传递课程封面图给视频组件
- 更新应用版本号至2.0.38
This commit is contained in:
2026-02-10 12:34:15 +08:00
parent 5a4f96c195
commit e9d6f514bd
7 changed files with 7413 additions and 233 deletions

View File

@@ -85,6 +85,7 @@
</view>
<view :class="['titleItem']">{{item.name}}</view>
</view>
</view>
<u-divider text="暂无数据哦~" v-if="titleList.length==0"></u-divider>
</view>
@@ -644,6 +645,7 @@
}
.contentBox {
height: auto;
.oneCateList {
justify-content: space-between;
@@ -694,6 +696,10 @@
padding: 20rpx 10rpx;
width: 100%;
border-bottom: 0.5px solid #f8f9fa;
&:last-child {
border-bottom: 0;
}
}
.wmzhimg {
@@ -706,7 +712,7 @@
.container {
padding: 10rpx;
height: 100vh;
min-height: 100vh;
background-color: #fff;
}
@@ -763,4 +769,8 @@
.chImage {
height: 100rpx;
}
</style>
.android-bottom-space {
height: 120rpx;
}
</style>