From f9c0f69cd602d26706c0cfcf4eee3b5de0f74018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=85=E5=85=89=E5=AD=9F?= Date: Fri, 6 Feb 2026 17:10:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=87=8D=E6=9E=84=E6=8B=93=E5=B1=95?= =?UTF-8?q?=E9=98=85=E8=AF=BB=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=95=B0=E6=8D=AE=E4=BC=A0=E9=80=92=E5=92=8C?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=9D=83=E9=99=90=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/detail.ts | 2 +- src/components/article/indexNewsInfo.vue | 72 ++++++++------- src/pages/detail/indexNewsInfo.vue | 35 ++++---- .../components/ConceptNewsView/index.vue | 75 ++++++++++++++-- .../components/HeaderView/index.vue | 14 +-- .../components/HotNewsView/index.vue | 88 +++++++++++++++---- src/stores/user/index.ts | 6 +- 7 files changed, 213 insertions(+), 79 deletions(-) diff --git a/src/api/detail.ts b/src/api/detail.ts index eba5de1..5b58c3c 100644 --- a/src/api/detail.ts +++ b/src/api/detail.ts @@ -42,6 +42,6 @@ export const getListByTag = (data: any) => { }; // 拓展阅读新闻 -export const getListByNewsExtend = (news_id: string) => { +export const getDetailFurtherReadData = (news_id: string) => { return request.get(`/news/detail/${news_id}/furtherReadings`); }; \ No newline at end of file diff --git a/src/components/article/indexNewsInfo.vue b/src/components/article/indexNewsInfo.vue index b2c2ff2..c35a691 100644 --- a/src/components/article/indexNewsInfo.vue +++ b/src/components/article/indexNewsInfo.vue @@ -1,7 +1,9 @@