|
|
|
@ -195,7 +195,10 @@ class CodeEvaluateView extends Component {
|
|
|
|
|
<div onClick={()=>this.goToCertification()} style={{color: '#4CACFF', cursor: 'pointer', 'text-decoration': 'underline'
|
|
|
|
|
, 'margin-top': '12px'}}>立即认证</div>
|
|
|
|
|
</React.Fragment> :
|
|
|
|
|
`解锁本关所有测试集需要扣除${challenge.score*5}金币,确定要解锁吗?`
|
|
|
|
|
<React.Fragment>
|
|
|
|
|
<div>{`解锁本关所有测试集需要扣除${challenge.score*5}金币`}</div>
|
|
|
|
|
<div>{`确定要解锁吗?`}</div>
|
|
|
|
|
</React.Fragment>
|
|
|
|
|
|
|
|
|
|
const moreButtonsRender = () => {
|
|
|
|
|
return ''
|
|
|
|
|