Authored by hongweigao

手机验证+图形验证码

... ... @@ -41,6 +41,10 @@
</li>
{{/each}}
{{#if mobileCode}}
<li class="user-form-li captcha-li">
<div class="safe-form-l">图形验证码:</div>
<div class="captcha-safe-form-r"></div>
</li>
<li class="user-form-li">
<div class="safe-form-l">手机验证码:</div>
<div class="safe-form-r">
... ...
... ... @@ -457,7 +457,9 @@ $(function() {
});
$('#send-mobile-code').on('click', function() {
sendcode();
captcha.check().then(function() {
sendcode();
});
});
if ($('#newPwd').length > 0) {
... ...