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 && (