ManagementOKTravel/guns-admin/src/main/webapp/static/modular/system/tDriver/yesDriver_info.js
@@ -58,9 +58,6 @@ },*/ password: { validators: { notEmpty: { message: '密码不能为空' }, regexp:{ regexp: /^.{6,18}$/, message: '密码长度为6-18' @@ -283,6 +280,10 @@ } // 判断密码 if ($('#password').val() == "" || $('#password').val() == null){ Feng.info("密码不能为空"); return; } if ($('#rePassword').val() == "" || $('#rePassword').val() == null){ Feng.info("密码不能为空"); return;