From 949caf55898a4b3f9ff83e6c8e48e5a47f81b960 Mon Sep 17 00:00:00 2001
From: xuchao <1151716571@qq.com>
Date: Fri, 12 Dec 2025 12:00:49 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E8=83=BD=E5=9F=B9=E8=AE=AD=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E8=87=AA=E5=8A=A8=E6=92=AD=E6=94=BE=E4=B8=8A=E6=AC=A1?=
=?UTF-8?q?=E6=92=AD=E6=94=BE=E8=BF=9B=E5=BA=A6=E5=8A=9F=E8=83=BD=E3=80=81?=
=?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=8B=9B=E8=81=98=E4=BC=9A=E5=85=A5=E5=8F=A3?=
=?UTF-8?q?=E6=9B=B4=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/CustomTabBar/CustomTabBar.vue | 18 ++--
packageB/train/video/videoDetail.vue | 110 ++++++++++++++++++++---
pages/index/components/index-one.vue | 9 ++
3 files changed, 116 insertions(+), 21 deletions(-)
diff --git a/components/CustomTabBar/CustomTabBar.vue b/components/CustomTabBar/CustomTabBar.vue
index 762dbab..105766b 100644
--- a/components/CustomTabBar/CustomTabBar.vue
+++ b/components/CustomTabBar/CustomTabBar.vue
@@ -114,15 +114,15 @@ const generateTabbarList = () => {
// 求职者用户(包括未登录状态):显示招聘会
// H5端隐藏招聘会
// #ifndef H5
- baseItems.splice(1, 0, {
- id: 1,
- text: '招聘会',
- path: '/pages/careerfair/careerfair',
- iconPath: '/static/tabbar/post.png',
- selectedIconPath: '/static/tabbar/posted.png',
- centerItem: false,
- badge: readMsg.badges[1]?.count || 0,
- });
+ // baseItems.splice(1, 0, {
+ // id: 1,
+ // text: '招聘会',
+ // path: '/pages/careerfair/careerfair',
+ // iconPath: '/static/tabbar/post.png',
+ // selectedIconPath: '/static/tabbar/posted.png',
+ // centerItem: false,
+ // badge: readMsg.badges[1]?.count || 0,
+ // });
// #endif
}
diff --git a/packageB/train/video/videoDetail.vue b/packageB/train/video/videoDetail.vue
index 9e02d7c..85b6b9a 100644
--- a/packageB/train/video/videoDetail.vue
+++ b/packageB/train/video/videoDetail.vue
@@ -9,10 +9,20 @@
-
+
@@ -134,7 +144,7 @@