商品以及商品详情
This commit is contained in:
@@ -26,6 +26,9 @@ export default function ImageGridCard({ article }: ImageGridCardProps) {
|
||||
<Text className='meta-source'>{article.source}</Text>
|
||||
<Text className='meta-time'>{article.time}</Text>
|
||||
<Text className='meta-read'>{article.readCount}阅读</Text>
|
||||
{typeof article.commentCount === 'number' && (
|
||||
<Text className='meta-comment'>💬 {article.commentCount}</Text>
|
||||
)}
|
||||
</View>
|
||||
</View>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user