Authored by 郭成尧

login-ok

... ... @@ -24,7 +24,7 @@
<a href="">忘记密码?</a>
</div>
{{!--图片验证--}}
<div data-userverify="{{captchaShow}}" data-geetest="{{useGeetest}}" id="jsImgCheck"></div>
<div data-userverify="{{captchaShow}}" data-geetest="{{useGeetest}}" id="js-img-check"></div>
<button id="loginBtn" class="login-btn">登录</button>
</div>
<div class="third-party-login">
... ...
const $ = require('yoho-jquery');
const $captcha = $('#jsImgCheck');
const $captcha = $('#js-img-check');
const tip = require('plugin/tip');
const showErrTip = tip.show;
const api = require('../api');
... ...