Showing
1 changed file
with
0 additions
and
2 deletions
@@ -65,8 +65,6 @@ const index = (req, res, next) => { | @@ -65,8 +65,6 @@ const index = (req, res, next) => { | ||
65 | // status:0 未申请 1审核中 2已开通 3 审核未通过 | 65 | // status:0 未申请 1审核中 2已开通 3 审核未通过 |
66 | let openStatus = result[0]; | 66 | let openStatus = result[0]; |
67 | 67 | ||
68 | - openStatus = '2'; | ||
69 | - | ||
70 | if (openStatus === '0') { | 68 | if (openStatus === '0') { |
71 | return installmentModel.getResources().then(data => { | 69 | return installmentModel.getResources().then(data => { |
72 | return { | 70 | return { |
-
Please register or login to post a comment