充值密码 & 去除土味情话 优化了斗图样式

This commit is contained in:
2022-06-07 23:53:40 +08:00
parent 45755da454
commit cbf3d6029d
17 changed files with 373 additions and 188 deletions

View File

@@ -13,10 +13,9 @@
<div class="col-md-4" >
</div>
<div class="col-md-4 mt-5" id='login_box'>
<form id="registerForm" class="form-horizontal was-validated" method="post" noValidate>
<form id="registerForm" class="form-horizontal" method="post" noValidate>
<div class="justify-content-center">
<h1>注册<small style="font-size: small">Quinn</small></h1>
<p th:text="${registerMsg}" style="color: red"></p>
</div>
<div class="form-group">
<label for="username">用户名</label>
@@ -85,7 +84,6 @@
layer.open({ content: '注册码格式不正确', skin: 'msg', time: 2 });
return;
}
console.log(123);
$.ajax({
url: "/checkRegister",
async: false,