...
|
...
|
@@ -67,11 +67,11 @@ exports.detail = (req, res, next) => { |
|
|
}
|
|
|
|
|
|
res.render('question/detail', Object.assign(result, {
|
|
|
title: 'YOHOBUY!潮流大调查',
|
|
|
title: 'YOHO!调研中心',
|
|
|
module: '3party',
|
|
|
page: 'question-detail',
|
|
|
pageHeader: headerModel.setNav({
|
|
|
navTitle: 'YOHOBUY!潮流大调查'
|
|
|
navTitle: 'YOHO!调研中心'
|
|
|
}),
|
|
|
isApp: req.yoho.isApp,
|
|
|
localCss: true
|
...
|
...
|
|