Showing
1 changed file
with
1 additions
and
1 deletions
@@ -58,7 +58,7 @@ const _repaymentList = (req, res, next, title, params) => { | @@ -58,7 +58,7 @@ const _repaymentList = (req, res, next, title, params) => { | ||
58 | 58 | ||
59 | // 开通分期首页 | 59 | // 开通分期首页 |
60 | const index = (req, res, next) => { | 60 | const index = (req, res, next) => { |
61 | - let uid = req.cookies.installmentUid; | 61 | + let uid = req.query.uid; |
62 | 62 | ||
63 | Promise.all([installmentModel.getStauts(uid), installmentModel.getSearchIntallment()]).then((result) => { | 63 | Promise.all([installmentModel.getStauts(uid), installmentModel.getSearchIntallment()]).then((result) => { |
64 | 64 |
-
Please register or login to post a comment