From 33413c6be7f338ba1ee92b3218e5c078364675dc Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期三, 24 七月 2024 17:29:07 +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