Authored by yyq

Merge branch 'gray'

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