|
|
|
@ -944,7 +944,10 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
value={Agreetotheterms}
|
|
|
|
|
><span className="font-14 " style={{
|
|
|
|
|
color: '#676767',
|
|
|
|
|
}}>我已阅读并同意服务协议条款</span></Checkbox>
|
|
|
|
|
}}>我已阅读并同意
|
|
|
|
|
<span>
|
|
|
|
|
<a href={'/help?index=4'} target="_blank" >《服务协议条款》</a>
|
|
|
|
|
</span></span></Checkbox>
|
|
|
|
|
<Button className=" font-16" type="primary" style={{height:"46px", width: "100%",marginTop:"26px"}} onClick={() => this.postregistered()}
|
|
|
|
|
size={"large"}>注册</Button>
|
|
|
|
|
|
|
|
|
|