From e97cbd81486e8737d66855faa8be109bd114c022 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Wed, 24 Jul 2024 17:30:46 +0800
Subject: [PATCH] 提交
---
pages/tabBar/current/detail.vue | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/pages/tabBar/current/detail.vue b/pages/tabBar/current/detail.vue
index 0229f55..9837974 100644
--- a/pages/tabBar/current/detail.vue
+++ b/pages/tabBar/current/detail.vue
@@ -201,11 +201,6 @@
},
getLesson(chapterId,courseId,id,resourceId){
- // if(this.videoContext.src){
- // this.videoContext.stop()
- // this.videoContext.src = ''
- // }
- console.log(this.videoContext,666)
this.selectedChapterId = chapterId
this.selectedCourseId = courseId
this.selectedPeriodId = id;
@@ -296,6 +291,8 @@
}
.videoWrap {
background: #fff;
+ border-radius: 0 0 20px 20px;
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
.videoBox {
width: 100%;
--
Gitblit v1.9.2