提交 e778b9ce authored 作者: 何守志's avatar 何守志

heshouzhi倒计时60秒的

上级 2a2410a2
...@@ -63,7 +63,7 @@ class IndexPage extends React.Component{ ...@@ -63,7 +63,7 @@ class IndexPage extends React.Component{
} }
//发送验证码 //发送验证码
sendCheckNum = () => { sendCheckNum = () => {
this.ti(10); this.ti(60);
// 1.检验改手机号是否存在系统中,如果不存在,无法注册 // 1.检验改手机号是否存在系统中,如果不存在,无法注册
this.props.dispatch({type:'login/checkNumber',payload:{}}) this.props.dispatch({type:'login/checkNumber',payload:{}})
}; };
...@@ -76,7 +76,7 @@ class IndexPage extends React.Component{ ...@@ -76,7 +76,7 @@ class IndexPage extends React.Component{
let button = (<CellFooter> let button = (<CellFooter>
<Button type="vcode" onClick={this.sendCheckNum} style={{height:"25px",lineHeight:"25px"}}>发送</Button> <Button type="vcode" onClick={this.sendCheckNum} style={{height:"25px",lineHeight:"25px"}}>发送</Button>
</CellFooter>); </CellFooter>);
if(time>0 && time<10){ if(time>0 && time<60){
button = (<CellFooter> button = (<CellFooter>
<Button type="vcode" style={{height:"25px",lineHeight:"25px"}}>{time}</Button> <Button type="vcode" style={{height:"25px",lineHeight:"25px"}}>{time}</Button>
</CellFooter>); </CellFooter>);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论