演唱会管理系统
1、联系方式11位

点击注册的时候,会进行监听
1 | document.getElementById('registration-form').addEventListener('submit', function(event) { |
2、

数据库我没有改变,idCard。
1 | document.getElementById('registration-form').addEventListener('submit', function(event) { |

身份证号已存在
1 | List<Users> byidCard = this.usersService.getUsersByidCard(idUser); |
3、

4、

1 | <dd> |
readonly 只读
5、

密码:MD5
1 | public final static String md5(String s) { |
.身份证:BASE64
1 | public static void main(String[] args) { |
用户端看到的身份证:密文-》解密-》前端显示
管理端看到的身份证:前端显示