feat: 更新公告标题,增加视频会议时间信息;修改“更多”按钮路由至新闻页面
This commit is contained in:
@@ -38,7 +38,7 @@ interface Announcement {
|
||||
const announcements = ref<Announcement[]>([
|
||||
{
|
||||
id: 1,
|
||||
title: "深化改革线上视频大会-18:30分",
|
||||
title: "深化改革线上视频大会 18:30分 & 20:30分 两场精彩不容错过!点击观看。",
|
||||
onClick: async () => {
|
||||
const modal = await modalController.create({
|
||||
component: Video,
|
||||
@@ -218,7 +218,7 @@ onMounted(() => {
|
||||
新闻动态
|
||||
</div>
|
||||
</div>
|
||||
<ion-button fill="clear" size="small" class="text-sm h-8" @click="router.push('/layout/service')">
|
||||
<ion-button fill="clear" size="small" class="text-sm h-8" @click="router.push('/layout/news')">
|
||||
更多
|
||||
<ion-icon slot="end" :icon="chevronForwardOutline" />
|
||||
</ion-button>
|
||||
|
||||
Reference in New Issue
Block a user