查看加密公告-电话验证错误提示语句

This commit is contained in:
谢思 2021-09-27 10:11:59 +08:00
parent caef7a0ab3
commit 2dd6ed108f
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ export default Form.create()(({ match, history, showNotification, form }) => {
if(pattern.test(val)){
callback();
}else {
callback('请输入正确的联系方式');
callback('请输入正确的手机号码');
}
}}],
<Input