From fb4e5b6af12fd962d13a07a8cc42dbffc8741fb9 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 14 Aug 2025 18:58:14 +0800 Subject: [PATCH] =?UTF-8?q?8.14=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 1 + pages.json | 10 + pages_app/news/news.vue | 349 ++++++++++++++++- pages_app/video/video.vue | 765 ++++++++++++++++++++++++++++++++++---- 4 files changed, 1058 insertions(+), 67 deletions(-) diff --git a/App.vue b/App.vue index 6f1caaf..ffe1d81 100644 --- a/App.vue +++ b/App.vue @@ -50,4 +50,5 @@ font-weight: bold; font-size: 50rpx!important; } + ::-webkit-scrollbar { display: none; } diff --git a/pages.json b/pages.json index 4c982f7..cdd8fea 100644 --- a/pages.json +++ b/pages.json @@ -93,6 +93,16 @@ } } }, + { + "path": "news/news", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, { "path": "zhinan/zhinan", "style": { diff --git a/pages_app/news/news.vue b/pages_app/news/news.vue index 3989597..a5bff4e 100644 --- a/pages_app/news/news.vue +++ b/pages_app/news/news.vue @@ -9,15 +9,152 @@ :border="false" backgroundColor="#eeeeee" > - + + + + + + + + + + + 肝胆新闻 + 新鲜资讯、一触即达 + + + + + + + + + + + + + 互动圈 + 技术、资讯、大家齐分享 + + + + + + + + + + + + + 科研项目 + 项目、基金申报信息集聚地 + + + + + + + + + + + + + 临床招募 + 最全招募信息,快速招募合格患者 + + + + + + + + + + + + + 肝胆会议 + 了解会议信息的最佳入口 + + + + + + + + + + + + + 肝胆活动 + 福利多多,期待您的参与 + + + + + + diff --git a/pages_app/video/video.vue b/pages_app/video/video.vue index bd1402b..123fdb5 100644 --- a/pages_app/video/video.vue +++ b/pages_app/video/video.vue @@ -1,14 +1,86 @@ -