From 5db638025218ac82329fdcf97e040e6b800da390 Mon Sep 17 00:00:00 2001 From: linjinyuan <2841541624@qq.com> Date: Fri, 9 Sep 2022 10:43:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91--?= =?UTF-8?q?=20=E8=A7=A3=E5=86=B3=E4=B8=8B=E6=8B=89=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E4=B8=8B=E6=8B=89&=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/components/news-card/news-card.vue | 2 +- app/src/pages/news/component/news-list.vue | 3 +-- app/src/pages/news_detail/news_detail.vue | 2 +- app/src/pages/search/search.vue | 1 - app/src/static/images/{ => icon}/icon_visit.png | Bin app/src/static/images/icon_search.png | Bin 3222 -> 0 bytes 6 files changed, 3 insertions(+), 5 deletions(-) rename app/src/static/images/{ => icon}/icon_visit.png (100%) delete mode 100644 app/src/static/images/icon_search.png diff --git a/app/src/components/news-card/news-card.vue b/app/src/components/news-card/news-card.vue index 66347442..29c88202 100644 --- a/app/src/components/news-card/news-card.vue +++ b/app/src/components/news-card/news-card.vue @@ -11,7 +11,7 @@ {{ item.createTime }} - + {{ item.visit }} diff --git a/app/src/pages/news/component/news-list.vue b/app/src/pages/news/component/news-list.vue index 08585786..f585803a 100644 --- a/app/src/pages/news/component/news-list.vue +++ b/app/src/pages/news/component/news-list.vue @@ -1,6 +1,5 @@