...
|
...
|
@@ -305,7 +305,7 @@ exports.detail = (req, res, next) => { |
|
|
pathNav: pathNav,
|
|
|
|
|
|
id: id,
|
|
|
header: Object.assign({}, info, ret[8] || {},
|
|
|
header: Object.assign({}, info, ret[9] || {},
|
|
|
{ commentNum: _.get(ret[3], 'commentNum', 0) }),
|
|
|
content: ret[1],
|
|
|
hotTags: ret[2],
|
...
|
...
|
|