...
|
...
|
@@ -12,20 +12,20 @@ |
|
|
{{/ countrys}}
|
|
|
</select>
|
|
|
<i class="iconfont arrow-icon"></i>
|
|
|
<i class="line">|</i><input type="text" name="mobile" placeholder="请输入手机号/邮箱" class="mobile-input"><i id="clearMobile"
|
|
|
<i class="line">|</i><input type="text" name="mobile" placeholder="请输入手机号/邮箱" class="mobile-input" autocomplete="off"><i id="clearMobile"
|
|
|
class="iconfont clear"></i>
|
|
|
</div>
|
|
|
<div class="form-group verify-code">
|
|
|
<label for="verifyCode" class="iconfont"></label><input type="text" name="verifyCode" placeholder="请输入验证码"
|
|
|
class="verify-code-input"><button id="getVerifyCodeBtn" class="get-verify-code">获取验证码</button>
|
|
|
class="verify-code-input" autocomplete="off"><button id="getVerifyCodeBtn" class="get-verify-code">获取验证码</button>
|
|
|
</div>
|
|
|
<div class="form-group password">
|
|
|
<label for="password" class="iconfont"></label><input type="password" name="password" placeholder="请输入密码">
|
|
|
<label for="password" class="iconfont"></label><input type="password" name="password" placeholder="请输入密码" autocomplete="off">
|
|
|
<span
|
|
|
id="passwordEyeIcon" class="eye"><i class="iconfont eye-close"></i><i class="iconfont eye-open hide"></i></span>
|
|
|
</div>
|
|
|
<div class="form-group invite-code">
|
|
|
<label for="inviteCode" class="iconfont"></label><input type="text" name="inviteCode" placeholder="邀请码(无邀请码非必填)">
|
|
|
<label for="inviteCode" class="iconfont"></label><input type="text" name="inviteCode" placeholder="邀请码(无邀请码非必填)" autocomplete="off">
|
|
|
</div>
|
|
|
<input name="token" type="hidden" value="{{token}}">
|
|
|
<div data-geetest="{{useGeetest}}" id="js-img-check"{{#unless useGeetest}} class="full-img-verify"{{/unless}}></div>
|
...
|
...
|
|