From d983bb272b0b1452c015c521bfcdf29791772995 Mon Sep 17 00:00:00 2001
From: lijie_ycrj <1540286404@qq.com>
Date: Fri, 16 Jan 2026 16:50:06 +0800
Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=85=AC=E5=91=8A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packageB/notice/detail.vue | 79 ++++++
packageB/notice/index.vue | 547 ++++++++++++-------------------------
pages.json | 6 +
3 files changed, 259 insertions(+), 373 deletions(-)
create mode 100644 packageB/notice/detail.vue
diff --git a/packageB/notice/detail.vue b/packageB/notice/detail.vue
new file mode 100644
index 0000000..1b1af5b
--- /dev/null
+++ b/packageB/notice/detail.vue
@@ -0,0 +1,79 @@
+
+
+
+
+ {{ dataInfo.title }}
+
+
+ 发布日期:{{ dataInfo.publishTime }}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packageB/notice/index.vue b/packageB/notice/index.vue
index 7546523..41f8273 100644
--- a/packageB/notice/index.vue
+++ b/packageB/notice/index.vue
@@ -1,400 +1,201 @@
-
-
-
-
-
- 人员姓名
-
-
- {{personInfo.name}}
-
-
-
-
-
- 帮扶类型
-
-
- {{personInfo.taskType}}
-
-
+
+
+
+ 培训公告
-
-
-
- 新增跟进记录
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 跟进历史记录
-
-
-
- 共{{followListNum}}条记录
-
-
-
-
-
-
+
+ 评价公告
-
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+ 发布日期:{{ item.publishTime }}
+
+
+
+
+
+
+
+
+
+
+
+
-
+.gk-l-i-bottom{
+ margin-top: 16px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ -webkit-line-clamp: 3;
+ -webkit-box-orient: vertical;
+}
+.main-scroll {
+ width: 100%;
+ height: 90%;
+}
+
+.policy-list {
+ width: 100%;
+ margin: 0 auto;
+ color: #333333;
+ border-radius: 24rpx;
+ background: #ffffff;
+ margin-bottom: 24rpx;
+ padding: 28rpx 22rpx;
+ box-sizing: border-box;
+ position: relative;
+
+
+ .title {
+ font-size: 32rpx;
+ font-weight: bold;
+ color: #282828;
+ margin-bottom: 16rpx;
+ display: flex;
+ }
+
+
+ .bottom-line {
+ display: flex;
+ justify-content: space-between;
+ font-size: 24rpx;
+ color: #a2a2a2;
+ margin-top: 12rpx;
+ }
+}
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index c3ba787..c29ad4c 100644
--- a/pages.json
+++ b/pages.json
@@ -426,6 +426,12 @@
"navigationBarTitleText": "培训评价公告"
}
},
+ {
+ "path": "notice/detail",
+ "style": {
+ "navigationBarTitleText": "公告详情"
+ }
+ },
{
"path": "institution/evaluationAgency",
"style": {