From cc0d8a2f70687c02cffd522eb284cde9ab06942e Mon Sep 17 00:00:00 2001
From: lijie_ycrj <1540286404@qq.com>
Date: Fri, 31 Oct 2025 17:31:54 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E8=AF=A6=E6=83=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packageB/train/video/videoDetail.vue | 316 +++++++++++++++++++++++++++
pages.json | 11 +-
2 files changed, 326 insertions(+), 1 deletion(-)
create mode 100644 packageB/train/video/videoDetail.vue
diff --git a/packageB/train/video/videoDetail.vue b/packageB/train/video/videoDetail.vue
new file mode 100644
index 0000000..e6b052e
--- /dev/null
+++ b/packageB/train/video/videoDetail.vue
@@ -0,0 +1,316 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 视频列表
+
+
+
+
+
+
+
+
+ {{ video.title || video.videoName || '未命名视频' }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages.json b/pages.json
index dad710f..34e2fbe 100644
--- a/pages.json
+++ b/pages.json
@@ -393,7 +393,16 @@
"navigationBarTitleTextSize": "30rpx"
// "navigationStyle": "custom"
}
- }
+ },
+ {
+ "path" : "train/video/videoDetail",
+ "style" :
+ {
+ "navigationBarTitleText" : "视频详情",
+ "navigationBarTitleTextSize": "30rpx"
+ // "navigationStyle": "custom"
+ }
+ },
]
}],
// "tabBar": {