forked from Gitlink/forgeplus-react
Merge pull request '查看加密公告-电话验证错误提示语句' (#79) from tongChong/forgeplus-react:dev_military_notice into dev_military
This commit is contained in:
commit
cef374c52d
|
|
@ -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