This commit is contained in:
@@ -143,7 +143,12 @@ export default function ProjectDetail() {
|
||||
<View className='comment-header'>
|
||||
<View className='judge-info'>
|
||||
<Text className='judge-name'>{c.judge_name || '评委'}</Text>
|
||||
{c.score && <Text className='judge-score'>{c.score}分</Text>}
|
||||
{c.score && (
|
||||
<View className='judge-score-box'>
|
||||
<Text className='score-num'>{c.score}</Text>
|
||||
<Text className='score-unit'>分</Text>
|
||||
</View>
|
||||
)}
|
||||
</View>
|
||||
<Text className='comment-time'>{c.created_at?.substring(0, 16)}</Text>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user