|
@@ -201,7 +201,8 @@ const detailIndex = (req, res, next) => { |
|
@@ -201,7 +201,8 @@ const detailIndex = (req, res, next) => { |
201
|
return res.render('guang/detail', Object.assign({
|
201
|
return res.render('guang/detail', Object.assign({
|
202
|
css: yield css('guang/detail.css'),
|
202
|
css: yield css('guang/detail.css'),
|
203
|
gender: gender,
|
203
|
gender: gender,
|
204
|
- localStyle: processContents.css
|
204
|
+ localStyle: processContents.css,
|
|
|
205
|
+ title: detail.getArticle.article_title
|
205
|
}, data));
|
206
|
}, data));
|
206
|
})().catch(next);
|
207
|
})().catch(next);
|
207
|
};
|
208
|
};
|