From bc6e993dec4ed391a6c96dd0962dc34f39f9ca05 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Fri, 28 Nov 2025 08:59:36 +0800 Subject: [PATCH] update pay function --- src/components/StockRelation/RelationDescription.tsx | 2 +- .../Community/components/DynamicNewsDetail/StockListItem.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/StockRelation/RelationDescription.tsx b/src/components/StockRelation/RelationDescription.tsx index 56f5bf65..bab2eeb6 100644 --- a/src/components/StockRelation/RelationDescription.tsx +++ b/src/components/StockRelation/RelationDescription.tsx @@ -157,7 +157,7 @@ export const RelationDescription: React.FC = ({ )} - 来源:{item.organization || '未知'} + 来源:{item.organization || '未知'}{item.author ? ` / ${item.author}` : ''} {item.report_title && ( diff --git a/src/views/Community/components/DynamicNewsDetail/StockListItem.js b/src/views/Community/components/DynamicNewsDetail/StockListItem.js index ebb02cd2..723946a0 100644 --- a/src/views/Community/components/DynamicNewsDetail/StockListItem.js +++ b/src/views/Community/components/DynamicNewsDetail/StockListItem.js @@ -343,7 +343,7 @@ const StockListItem = ({ )} - 来源:{item.organization || '未知'} + 来源:{item.organization || '未知'}{item.author ? ` / ${item.author}` : ''} {item.report_title && (