Commit 90e8af5b by zhanghaozhe

ai-test

parent 9e4431f0
...@@ -297,12 +297,12 @@ class Scores extends Component { ...@@ -297,12 +297,12 @@ class Scores extends Component {
<span className={'score'}>{item.score}</span>/<span>{item.cost_time}</span> <span className={'score'}>{item.score}</span>/<span>{item.cost_time}</span>
</td> </td>
<td> <td>
<div> 奖品奖品奖品奖品奖品 <div>
奖品奖品奖品奖品奖品</div>
{ {
// item.prize_url ? <a href={`${item.prize_url}#goback`}>{item.prize}</a> : item.prize item.prize_url ? <a href={`${item.prize_url}#goback`}>{item.prize}</a> : item.prize
} }
</div>
</td> </td>
</tr> </tr>
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment