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
2c3bc7e2cf4a8543b7ec22eb86d9b13cf300fb34
1 parent
4b9550a6
有货分期
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/controllers/installment.js
apps/home/controllers/installment.js
View file @
2c3bc7e
...
...
@@ -105,7 +105,7 @@ const index = (req, res, next) => {
return
params
;
});
}
else
if
(
openStatus
===
1
||
openStatus
===
3
)
{
}
else
if
(
openStatus
===
'1'
||
openStatus
===
'3'
)
{
res
.
redirect
(
'/home/installment/review?status='
+
openStatus
);
}
}).
then
((
result
)
=>
{
...
...
Please
register
or
login
to post a comment