处理问题

This commit is contained in:
wanggeng 2022-09-06 11:56:30 +08:00
parent d1b72dc1ea
commit 4d91514ebd

View File

@ -137,9 +137,6 @@
if(/(^\_)|(\__)|(\_+$)/.test(value)){
return '用户名首尾不能出现下划线\'_\'';
}
if(/^\d+\d+\d$/.test(value)){
return '用户名不能全为数字';
}
}
});