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
王水玲
9 years ago
Commit
c2fc746458016b4cb5518a162fe9b942b7df230b
1 parent
1ea7dfea
有货分期
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
apps/home/models/installment.js
apps/home/models/installment.js
View file @
c2fc746
...
...
@@ -118,7 +118,12 @@ const _processRepayList = (list) => {
delete
data
.
desc
;
}
else
if
(
data
.
status
===
2
)
{
data
.
repayStatus
=
'还款失败'
;
data
.
txt
=
`还款失败
,
$
{
data
.
desc
}
`
;
data
.
txt
=
'还款失败'
;
if
(
data
.
desc
||
data
.
desc
!==
''
)
{
data
.
txt
+=
`
,
$
{
data
.
desc
}
`
;
}
data
.
isTwo
=
true
;
data
.
isThree
=
true
;
}
else
{
...
...
Please
register
or
login
to post a comment