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-03 15:11:48 +0800
Commit
9c0ccbfc94ebc35e1b055c320f13799d82451c70
2 parents
d8cccc37
2c0d713d
Merge branch 'feature/installment3' into release/5.2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
apps/home/models/installment.js
apps/home/models/installment.js
View file @
9c0ccbf
...
...
@@ -220,12 +220,6 @@ const getQueryCreditInfo = (uid) => {
},
{
timeout
:
API_TIMEOUT
}).
then
((
result
)
=>
{
result
=
{
code
:
200
,
data
:
{
currCreditLimit
:
5000
}
};
if
(
result
&&
result
.
code
===
200
)
{
return
result
.
data
;
}
else
{
...
...
Please
register
or
login
to post a comment