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;//无效 }