From 30d5ccf58b1af77a46b9634036d3cfce34992d27 Mon Sep 17 00:00:00 2001 From: luyisha Date: Fri, 22 Sep 2023 19:49:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=91=8A=E8=B5=B0=E9=A9=AC=E7=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 44 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 12daa7b..ce872db 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -383,6 +383,26 @@ +
+
+
+
+
    + + +
    +
    + {{ item.title }} +
    +
    +
    +
+
+
+
+
{ - this.noticeList = res.data.splice(0, 4); - }); + // Member.article({ type: "notice" }).then((res) => { + // this.noticeList = res.data.splice(0, 4); + // }); + Member.notice({page: 1}).then(res => { + // this.detail = res; + this.noticeList = res; + }) + }, + toNotice(item){ + }, getNoticeDate(str) { let _time = new Date(str); @@ -2759,6 +2786,17 @@ path { } } } +.section-block-22{ + width: 100%; + background: #F7D558; + padding: 0px; + + .swiper{ + width: 1200px; + height: 60px; + margin: 0px auto; + } +} .confirmButtonClass{ background-color: #F7D558 !important;//无效 }