From b79977863c7ff92eea1519fa2e49e4acbec91aa1 Mon Sep 17 00:00:00 2001 From: ronger Date: Fri, 18 Dec 2020 14:13:03 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=96=87=E7=AB=A0=E4=BC=98?= =?UTF-8?q?=E9=80=89=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/archive/list.vue | 63 ++++++++++++++++++++--------------- pages/article/_article_id.vue | 55 +++++++++++++++++++++++++++--- 2 files changed, 88 insertions(+), 30 deletions(-) diff --git a/components/archive/list.vue b/components/archive/list.vue index 174530a..36256cb 100644 --- a/components/archive/list.vue +++ b/components/archive/list.vue @@ -4,8 +4,14 @@
- -

+ +

+ + + + {{ article.articleTitle }} +

- + {{ article.articleAuthorName }} {{ article.timeAgo }}
- {{ article.articleViewCount }} + {{ article.articleViewCount }} @@ -57,32 +65,35 @@