From 44bc58294dfec21d5f005ef62feedd82a9a6b784 Mon Sep 17 00:00:00 2001 From: xjs Date: Wed, 3 Jun 2026 14:30:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=AE=A3=E4=BC=A0?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/AdmissionInformation.vue | 10 +++-- .../home/adPoster/components/Schools.vue | 42 +++++++++++-------- 2 files changed, 32 insertions(+), 20 deletions(-) diff --git a/src/pages-sub/home/adPoster/components/AdmissionInformation.vue b/src/pages-sub/home/adPoster/components/AdmissionInformation.vue index fb7b8c5..45a60aa 100644 --- a/src/pages-sub/home/adPoster/components/AdmissionInformation.vue +++ b/src/pages-sub/home/adPoster/components/AdmissionInformation.vue @@ -12,7 +12,9 @@ > 招生对象 - 2025年高考毕业生 + + {{ new Date().getFullYear() }}年高考毕业生 + - 文化课类最低高考一段线线下80分;艺术/体育类最低260分单招200分,如遇特殊情况需向学校申请是否录取。 + 文化课类最低高考一段线线下80分;艺术/体育类最低240分(单招200分),如遇特殊情况需向学校申请是否录取。 @@ -64,7 +66,9 @@ 入学流程 - 学生登记基本信息,需提供高考成绩单,通过面试后录取。 + + 学生登记基本信息,需提供高考成绩单,通过面试后录取。(其他组合学生人数达到要求即可开班) + diff --git a/src/pages-sub/home/adPoster/components/Schools.vue b/src/pages-sub/home/adPoster/components/Schools.vue index 1001148..672bcaf 100644 --- a/src/pages-sub/home/adPoster/components/Schools.vue +++ b/src/pages-sub/home/adPoster/components/Schools.vue @@ -1,17 +1,18 @@