Commit 4f586efb authored by 文旺-丰林-DEV's avatar 文旺-丰林-DEV

Merge branch 'updateFile' into 'master'

修复个别手机号无法导入以及弹窗问题

See merge request !6
parents b68b5100 17bdbe04
......@@ -219,11 +219,10 @@ namespace BBM.ChatGLM.User
xiangying = FailReason(userName, phoneNumber, userRole, "失败", "手机号码不正确");
}
else if (!Regex.IsMatch(phoneNumber, @"^(133|153|189|180|181|177|173|199|174|141
|139|138|137|136|135|134|159|158|157|150|151|152|147|188|187|182|183|184|178|198
|130|131|132|146|156|155|166|186|185|145|175|176
|170|171
|123)\d{8}$"))
else if (!Regex.IsMatch(phoneNumber, @"^(133|153|189|180|181|177|173|199|174|141|
|139|138|137|136|135|134|159|158|157|150|151|152|147|188|187|182|183|184|178|198|
|130|131|132|146|156|155|166|186|185|145|175|176|
|170|171|123)\d{8}$"))
{
failNum++;
xiangying = FailReason(userName, phoneNumber, userRole, "失败", "手机号码格式不正确");
......
......@@ -251,7 +251,6 @@ const UserManage = () => {
const onHandleClickAccountFinish = (values: any) => {
if (accountModalName === '添加账号') {
alert('2');
createdAccount(values);
}
if (accountModalName === '编辑账号') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment