|
|
@ -277,6 +277,12 @@ class Comments extends Component {
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<span className="t_area fl">{item.time}</span>
|
|
|
|
<span className="t_area fl">{item.time}</span>
|
|
|
|
{ item.position && <span className="fl color-light-green font-14 ml15">[第{item.position}关]</span> }
|
|
|
|
{ item.position && <span className="fl color-light-green font-14 ml15">[第{item.position}关]</span> }
|
|
|
|
|
|
|
|
{ item.game_url ?
|
|
|
|
|
|
|
|
<Tooltip title={ `点击查看TA的代码页面` } disableFocusListener={true}>
|
|
|
|
|
|
|
|
<a href={item.game_url} target="_blank" className="fl font-14 ml15"
|
|
|
|
|
|
|
|
style={{ color: "#4CACFF", cursor: "pointer" }}
|
|
|
|
|
|
|
|
>查看</a>
|
|
|
|
|
|
|
|
</Tooltip> : ""}
|
|
|
|
{
|
|
|
|
{
|
|
|
|
item.reward ?
|
|
|
|
item.reward ?
|
|
|
|
<Tooltip title={ `已奖励金币${item.reward}` } disableFocusListener={true}>
|
|
|
|
<Tooltip title={ `已奖励金币${item.reward}` } disableFocusListener={true}>
|
|
|
|