From d45e50f413a58a5e89347398865e3014389e589f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=85=E5=85=89=E5=AD=9F?= Date: Sat, 7 Feb 2026 14:08:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=B5=B7=E5=A4=96?= =?UTF-8?q?=E5=85=88=E6=9C=BA=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=9D=83=E9=99=90=E6=8E=A7=E5=88=B6=E5=92=8C?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.ts | 7 + src/components/article/indexNewsInfo.vue | 59 ++++-- src/pages/foreign/index.vue | 200 +++++++++--------- .../components/BannerNewsView/index.vue | 67 ++++-- .../components/ConceptNewsView/index.vue | 53 +++-- .../components/HeaderView/index.vue | 16 +- .../components/HotNewsView/index.vue | 50 +++-- src/pages/topNews/index.vue | 5 +- src/stores/user/index.ts | 7 +- src/utils/util.ts | 24 +++ 10 files changed, 296 insertions(+), 192 deletions(-) diff --git a/src/api/index.ts b/src/api/index.ts index 0b4d81a..956edd2 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -90,3 +90,10 @@ export const getEtfIndexList = (data: any) => { export const fetchEtfDetail = (data: any) => { return Request.post("/news/etfList", data); }; + + +// 海外先机 +export const getForeignList = (data: any) => { + return Request.get("/news/exclusiveList", data); +}; + diff --git a/src/components/article/indexNewsInfo.vue b/src/components/article/indexNewsInfo.vue index c35a691..6fe1dfc 100644 --- a/src/components/article/indexNewsInfo.vue +++ b/src/components/article/indexNewsInfo.vue @@ -1,11 +1,9 @@