Authored by zhangxiaoru

new channel

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