Commit 7767c2ce616c7dc5505bb76f204dda6db0797aa1
1 parent
36fce773
add 新闻中心请求后端动态显示 新闻详情页面展示
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/home.vue
... | ... | @@ -19,7 +19,7 @@ |
19 | 19 | </div> |
20 | 20 | </div> |
21 | 21 | <div class="news-wrap"> |
22 | - <h1 class="title">新闻中心</h1> | |
22 | + <h1 class="title">新闻/公告中心</h1> | |
23 | 23 | <div class="fl news-bg"></div> |
24 | 24 | <ul class="fl news-con"> |
25 | 25 | <li class="clearfix" v-for="(news,id) in newsList" :key="id" @click="showNews(news.noticeId)"> | ... | ... |