|
|
@ -100,7 +100,7 @@ class LeftView extends Component {
|
|
|
|
let contentText = is_teacher ?
|
|
|
|
let contentText = is_teacher ?
|
|
|
|
<React.Fragment>
|
|
|
|
<React.Fragment>
|
|
|
|
<p>{`已经过职业认证的教师可以免金币查看答案哟~`}</p>
|
|
|
|
<p>{`已经过职业认证的教师可以免金币查看答案哟~`}</p>
|
|
|
|
<p>{`将扣除${challenge.score * 10}点金币,是否确认查看答案`}</p>
|
|
|
|
<p>{`将扣除${challenge.score}点金币,是否确认查看答案`}</p>
|
|
|
|
<p><a onClick={()=>this.goToCertification()}
|
|
|
|
<p><a onClick={()=>this.goToCertification()}
|
|
|
|
style={{textDecoration: 'underline', color: '#4CACFF'}}>立即认证</a></p>
|
|
|
|
style={{textDecoration: 'underline', color: '#4CACFF'}}>立即认证</a></p>
|
|
|
|
</React.Fragment>
|
|
|
|
</React.Fragment>
|
|
|
|