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
wenjiekong
2016-09-02 10:16:50 +0800
Commit
999cf95e16509e21a964698907cf70094a4ac246
1 parent
5e86dfd5
auto
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/account-service.js
apps/home/models/account-service.js
View file @
999cf95
...
...
@@ -708,7 +708,7 @@
* 分-验证图形验证码-ajax
*/
const
checkVerifyCode
=
(
req
)
=>
{
return
co
(
function
*
()
{
return
co
(
function
*
()
{
let
captchaCode
=
_
.
trim
(
req
.
body
.
verifyCode
||
''
).
toLowerCase
(),
resqData
=
{};
...
...
Please
register
or
login
to post a comment