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 @@