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 @@
- {{
- props.data.title
- }}
+ {{ props.data.title }}
-
+
来源:
中国证券报
{{
@@ -17,13 +15,11 @@
编辑:
{{ props.data.editor }}
-->
- {{
- props.data.publishTime
- }}
+ {{ props.data.publishTime }}
-
+
-
+
@@ -63,7 +59,7 @@
-
+
+
+ {{ props.data.companyName }}
+
+
+ {{ item.name }}
+ {{ item.code }}
+
+
+ -0.28%
+ -->
@@ -144,7 +144,11 @@
-
+
拓展阅读