mobile-new.hbs
1.77 KB
<div class="back-mobile-new-page">
<div class="top-operation-bar">
<button class="back iconfont" onclick="javascript:history.go(-1);"></button>
<span class="page-title">手机找回密码</span>
</div>
<div class="back-mobile-form">
<div class="form-group mobile">
<label for="mobile" class="iconfont"></label>
<select name="" id="countryCodeSelector" class="country-select">
{{# countrys}}
<option value={{areaCode}} {{#if selected}}selected{{/if}}>{{name}}</option>
{{/ countrys}}
</select>
<i class="iconfont arrow-icon"></i>
<i class="line">|</i><input type="tel" name="mobile" placeholder="请输入手机号" class="mobile-input"><i id="clearMobile"
class="iconfont clear hide"></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>
</div>
<div class="form-group password">
<label for="password" class="iconfont"></label><input type="password" name="password" placeholder="请重置新密码"><span id="passwordEyeIcon" class="eye"><i class="iconfont eye-close"></i><i class="iconfont eye-open hide"></i></span>
</div>
<div data-userverify="{{captchaShow}}" data-geetest="{{useGeetest}}" id="js-img-check" {{#unless useGeetest}} class="full-img-verify" {{/unless}}></div>
<button id="backMobileResetBtn" class="back-mobile-reset-btn">重置登录密码</button>
</div>
</div>