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
Plain Diff
Browse Files
Authored by
王水玲
2016-11-14 18:36:19 +0800
Commit
89babd2570f70b04bb2e12d7ce5e56684533c632
2 parents
1ca1a9d4
e17818ae
Merge branch 'feature/installment3' into release/5.2
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 @
89babd2
...
...
@@ -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