From 5000da9a640ed7efb1627c181fdc16fc85c200f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= <1431128779@qq.com> Date: Tue, 13 Dec 2022 10:51:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=EF=BC=9A=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E8=AF=84=E8=AE=BA=E5=BC=B9=E5=B9=95=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/article-card/article-card.vue | 10 +++-- components/barrage/barrage.vue | 42 +++++++++++++------ components/comment-list/comment-list.vue | 3 +- pagesA/article-detail/article-detail.vue | 8 ++-- pagesA/love/journey.vue | 3 +- pagesA/setting/setting.vue | 51 +++++++++++++++++++++--- utils/app.js | 14 ++++--- 7 files changed, 98 insertions(+), 33 deletions(-) diff --git a/components/article-card/article-card.vue b/components/article-card/article-card.vue index 77255c5..061560c 100644 --- a/components/article-card/article-card.vue +++ b/components/article-card/article-card.vue @@ -12,7 +12,7 @@ - 置顶 + 置顶 {{ article.title }} {{ article.summary }} @@ -33,8 +33,10 @@