forked from Gitlink/forgeplus-react
查看加密公告--电话验证
This commit is contained in:
parent
85f0578302
commit
caef7a0ab3
|
@ -155,7 +155,7 @@ export default Form.create()(({ match, history, showNotification, form }) => {
|
|||
if(pattern.test(val)){
|
||||
callback();
|
||||
}else {
|
||||
callback('请正确输入电话');
|
||||
callback('请输入正确的联系方式!');
|
||||
}
|
||||
}}],
|
||||
<Input
|
||||
|
|
Loading…
Reference in New Issue