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
ae6a2fd42bd1f1e012c0c3b32b97702e112c6819
1 parent
804c12d9
有货分期
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/home/controllers/installment.js
apps/home/controllers/installment.js
View file @
ae6a2fd
...
...
@@ -87,10 +87,10 @@ const index = (req, res, next) => {
},
data
[
0
],
data
[
1
]);
// status: 1 正常 2 逾期 3 不可用 4 未开通
if
(
openS
tatus
===
'2'
)
{
if
(
data
[
0
].
s
tatus
===
'2'
)
{
params
.
replayStatus
=
'逾期'
;
params
.
isOverdue
=
true
;
}
else
if
(
openS
tatus
===
'3'
)
{
}
else
if
(
data
[
0
].
s
tatus
===
'3'
)
{
params
.
replayStatus
=
'不可用'
;
}
...
...
Please
register
or
login
to post a comment