Showing
1 changed file
with
2 additions
and
2 deletions
@@ -67,11 +67,11 @@ exports.detail = (req, res, next) => { | @@ -67,11 +67,11 @@ exports.detail = (req, res, next) => { | ||
67 | } | 67 | } |
68 | 68 | ||
69 | res.render('question/detail', Object.assign(result, { | 69 | res.render('question/detail', Object.assign(result, { |
70 | - title: 'YOHOBUY!潮流大调查', | 70 | + title: 'YOHO!调研中心', |
71 | module: '3party', | 71 | module: '3party', |
72 | page: 'question-detail', | 72 | page: 'question-detail', |
73 | pageHeader: headerModel.setNav({ | 73 | pageHeader: headerModel.setNav({ |
74 | - navTitle: 'YOHOBUY!潮流大调查' | 74 | + navTitle: 'YOHO!调研中心' |
75 | }), | 75 | }), |
76 | isApp: req.yoho.isApp, | 76 | isApp: req.yoho.isApp, |
77 | localCss: true | 77 | localCss: true |
-
Please register or login to post a comment