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
Aiden Xu
2016-08-11 17:06:50 +0800
Commit
c2ba451df72db3188a592413159bf188aaad8729
1 parent
6d9bf5a8
分期订单
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
apps/home/controllers/installment.js
apps/home/controllers/installment.js
View file @
c2ba451
...
...
@@ -65,8 +65,6 @@ const index = (req, res, next) => {
// status:0 未申请 1审核中 2已开通 3 审核未通过
let
openStatus
=
result
[
0
];
openStatus
=
'2'
;
if
(
openStatus
===
'0'
)
{
return
installmentModel
.
getResources
().
then
(
data
=>
{
return
{
...
...
Please
register
or
login
to post a comment