fix: remove duplicate email field and extra send button
This commit is contained in:
@@ -14,8 +14,6 @@ const RegisterPage = {
|
||||
<div class="form-group"><label>登录密码</label><input type="password" id="rp" required placeholder="至少6位"></div>
|
||||
</div>
|
||||
|
||||
<div class="form-group"><label>邮箱</label><input type="email" id="re" required placeholder="用于接收验证码"></div>
|
||||
|
||||
<div class="grid-2">
|
||||
<div class="form-group"><label>帐号来源</label><select id="rs" onchange="RegisterPage.toggleSource()"><option value="netease">网易端</option><option value="skin">皮肤站</option></select></div>
|
||||
<div class="form-group"><label id="rs-label1">游戏名称</label><input id="rgn" required placeholder="Minecraft ID"></div>
|
||||
@@ -40,11 +38,7 @@ const RegisterPage = {
|
||||
</div>
|
||||
|
||||
<div class="form-group"><label>邮箱验证码</label>
|
||||
<div style="display:flex;gap:8px">
|
||||
<input id="vf-code" placeholder="6位数字" maxlength="6" pattern="[0-9]{6}" style="flex:1">
|
||||
<button type="button" class="btn btn-o btn-sm" id="send-code-btn" style="white-space:nowrap">发送验证码</button>
|
||||
</div>
|
||||
</div>
|
||||
<input id="vf-code" placeholder="6位数字" maxlength="6" pattern="[0-9]{6}">
|
||||
|
||||
<div id="regerr" class="alert alert-e hidden"></div>
|
||||
<div id="regok" class="alert alert-s hidden"></div>
|
||||
|
||||
Reference in New Issue
Block a user