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
Plain Diff
Browse Files
Authored by
chenl
2017-05-15 19:58:46 +0800
Commit
294f63f47946116c5abb4c080278ff0315e1dcc4
2 parents
8fe62aa0
c8341334
Merge branch '5.7.0' of
http://git.yoho.cn/mobile/YH_RNComponent
into 5.7.0
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 @
294f63f
...
...
@@ -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