From cbeeaa361e7898509485d144a904fb36eea766e4 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期一, 10 四月 2023 11:55:12 +0800 Subject: [PATCH] 修改日志存储 --- management/guns-admin/src/main/webapp/static/modular/system/tDriver/tDriver_info.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/management/guns-admin/src/main/webapp/static/modular/system/tDriver/tDriver_info.js b/management/guns-admin/src/main/webapp/static/modular/system/tDriver/tDriver_info.js index 6df0474..460e601 100644 --- a/management/guns-admin/src/main/webapp/static/modular/system/tDriver/tDriver_info.js +++ b/management/guns-admin/src/main/webapp/static/modular/system/tDriver/tDriver_info.js @@ -15,6 +15,10 @@ validators: { notEmpty: { message: '手机号不能为空' + }, + regexp: { + regexp: /^1[3-9]\d{9}$/, + message: '请输入合法手机号' } } }, @@ -29,6 +33,10 @@ validators: { notEmpty: { message: '紧急联系人电话不能为空' + }, + regexp: { + regexp: /^1[3-9]\d{9}$/, + message: '请输入合法手机号' } } }, -- Gitblit v1.7.1