Authored by 毕凯

Merge branch 'hotfix/newChanel' into 'master'

new-channel-get-path-change



See merge request !1
... ... @@ -15,7 +15,7 @@ const helpers = global.yoho.helpers;
// 新品到着
const newGoods = (req, res, next) => {
let channel = req.cookies._Channel;
let channel = req.yoho.channel;
newModel.getNewFocus(channel).then((result) => {
res.render('new/new', {
... ...