Showing
1 changed file
with
1 additions
and
1 deletions
@@ -99,7 +99,7 @@ exports.recordContent = (req, res, next) => { | @@ -99,7 +99,7 @@ exports.recordContent = (req, res, next) => { | ||
99 | let page = req.query.page || 1; | 99 | let page = req.query.page || 1; |
100 | 100 | ||
101 | let limit = 10; | 101 | let limit = 10; |
102 | - | 102 | + |
103 | indexModel.recordContent(uid, udid, page, limit).then((result) => { | 103 | indexModel.recordContent(uid, udid, page, limit).then((result) => { |
104 | res.render('browse-record-content', result); | 104 | res.render('browse-record-content', result); |
105 | }).catch(next); | 105 | }).catch(next); |
-
Please register or login to post a comment