Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
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
张丽霞
8 years ago
Commit
c834133456fd96a3d547572b057628bb8da6a9ba
1 parent
b748f431
还款详情,review by 陈林
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
js/installment/reducers/repayDetail/repayDetailActions.js
js/installment/reducers/repayDetail/repayDetailActions.js
View file @
c834133
...
...
@@ -71,8 +71,7 @@ const _processRepayList = (list) => {
}
else
if
(
data
.
status
===
2
)
{
data
.
repayStatus
=
'还款失败'
;
data
.
txt
=
'还款失败'
;
if
(
data
.
desc
||
data
.
desc
!==
''
)
{
if
(
data
.
desc
&&
data
.
desc
!==
''
)
{
data
.
txt
+=
`
,
$
{
data
.
desc
}
`
;
}
...
...
Please
register
or
login
to post a comment