From 2ad7d403c4747050414a6d042610eb2548447a8f Mon Sep 17 00:00:00 2001 From: song Date: Thu, 3 Mar 2022 12:31:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/News/detailContent.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/News/detailContent.vue b/src/components/News/detailContent.vue index 8d1be0e..7d12657 100644 --- a/src/components/News/detailContent.vue +++ b/src/components/News/detailContent.vue @@ -6,7 +6,12 @@
修改时间: {{ list.updatedAt ? $moment(list.updatedAt).format('YYYY-MM-DD') : '暂无' }}
新闻类型: {{ list.showType == 1 ? '图片新闻' : list.showType == 2 ? '视频新闻' : '普通新闻' }}
-
附件: {{ list.jumpUrl }}
+
+ 附件: +
+
{{ file.name }}
+
+
正文: