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
王水玲
2016-11-14 18:35:41 +0800
Commit
e17818ae2bc73e71cd65d25c6f2f3f341a15f5bb
1 parent
dda0ad2b
分期3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
public/js/home/bind-card.page.js
public/js/home/bind-card.page.js
View file @
e17818a
...
...
@@ -86,6 +86,7 @@ applyButton.on('click', function() {
}
else
if
(
data
.
code
===
500
)
{
tip
.
show
(
'连接超时'
);
flag
=
true
;
params
.
params
.
message
=
'网络连接超时!'
;
}
else
{
params
.
params
.
message
=
data
.
message
;
}
...
...
Please
register
or
login
to post a comment