update pay function

This commit is contained in:
2025-11-28 08:59:36 +08:00
parent 72a490c789
commit bc6e993dec
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ export const RelationDescription: React.FC<RelationDescriptionProps> = ({
</Text>
)}
<Text fontSize="xs" color="gray.300" mt={1}>
{item.organization || '未知'}
{item.organization || '未知'}{item.author ? ` / ${item.author}` : ''}
</Text>
{item.report_title && (
<Text fontSize="xs" color="gray.300" noOfLines={2}>

View File

@@ -343,7 +343,7 @@ const StockListItem = ({
</Text>
)}
<Text fontSize="xs" color="gray.300" mt={1}>
来源{item.organization || '未知'}
来源{item.organization || '未知'}{item.author ? ` / ${item.author}` : ''}
</Text>
{item.report_title && (
<Text fontSize="xs" color="gray.300" noOfLines={2}>