Authored by lijing

改title

... ... @@ -19,7 +19,7 @@ exports.qaList = (req, res, next) => {
pageHeader: headerData,
module: 'service',
page: 'chat-qa',
title: 'Yoho!Buy有货 | 潮流购物逛不停',
title: '服务与反馈 | Yoho!Buy有货 | 潮流购物逛不停',
width750: true,
pageFooter: true
};
... ... @@ -43,7 +43,7 @@ exports.qaSearch = (req, res, next) => {
pageHeader: headerData,
module: 'service',
page: 'chat-qa',
title: 'Yoho!Buy有货 | 潮流购物逛不停',
title: '服务与反馈 | Yoho!Buy有货 | 潮流购物逛不停',
width750: true
};
... ... @@ -77,7 +77,7 @@ exports.qaDetail = (req, res, next) => {
pageHeader: headerData,
module: 'service',
page: 'chat-qa',
title: 'Yoho!Buy有货 | 潮流购物逛不停',
title: '问题详情 | Yoho!Buy有货 | 潮流购物逛不停',
width750: true,
pageFooter: true
};
... ...