Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2017-09-27 17:03:29 +0800
Commit
0cb4884f328337a4ba31993d0156203606dc008f
1 parent
bbb636d3
catch-err
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/plugin/validata.js
public/js/plugin/validata.js
View file @
0cb4884
...
...
@@ -93,7 +93,7 @@ class Validate {
if
(
captcha
===
'0,0,0,0'
)
{
tip
.
show
(
'请将所有图片点击旋转至正向朝上'
);
return
Promise
.
reject
();
return
Promise
.
reject
()
.
catch
(()
=>
{})
;
}
return
Promise
.
resolve
({
captcha
});
}
else
{
...
...
Please
register
or
login
to post a comment