Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
xuqi
9 years ago
Commit
d86895c45276f7062d4fa28a1700ed7621286ab6
1 parent
433df234
respond to code review
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
static/js/passport/back/email-success.js
static/js/passport/back/email-success.js
View file @
d86895c
...
...
@@ -9,7 +9,7 @@ var $ = require('jquery');
var
$resend
=
$
(
'#resend'
);
var
tip
=
require
(
'../../plugin/tip'
),
show
Err
Tip
=
tip
.
show
;
showTip
=
tip
.
show
;
$resend
.
on
(
'touchstart'
,
function
(
e
)
{
e
.
preventDefault
();
...
...
@@ -18,11 +18,7 @@ $resend.on('touchstart', function(e) {
url
:
$resend
.
data
(
'url'
),
type
:
'GET'
,
success
:
function
(
data
)
{
if
(
data
.
code
===
200
)
{
showErrTip
(
data
.
message
);
}
else
{
showErrTip
(
data
.
message
);
}
showTip
(
data
.
message
);
}
});
});
\ No newline at end of file
...
...
Please
register
or
login
to post a comment