Authored by yyq

fix img captcha refresh

... ... @@ -37,7 +37,9 @@ Captcha.prototype = {
this._isInit = true;
this.bindEvents();
this.refresh();
// 初始化时不自动刷新验证码
// this.refresh();
return this;
},
... ...