Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
7 years ago
Commit
2eeb7d59e6f9658310aa5d9bae177da7a90cc2e2
1 parent
0073f840
fix img captcha refresh
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
public/js/plugins/captcha-strategy/img-captcha.js
public/js/plugins/captcha-strategy/img-captcha.js
View file @
2eeb7d5
...
...
@@ -37,7 +37,9 @@ Captcha.prototype = {
this
.
_isInit
=
true
;
this
.
bindEvents
();
this
.
refresh
();
// 初始化时不自动刷新验证码
// this.refresh();
return
this
;
},
...
...
Please
register
or
login
to post a comment