Authored by 杨延青

Merge branch 'release/6.6.1' into 'gray'

mip product title



See merge request !1421
... ... @@ -21,7 +21,7 @@ exports.index = (req, res, next) => {
if (!_.get(detailData, 'baseInfo.product_skn')) {
return next();
}
return res.render('product/detail', Object.assign({
return res.render('product/detail', Object.assign(detailData, {
title: `${detailData.title}-YOHO!BUY有货`,
css: yield css('product/detail.css'),
localStyle: detailData.mipCss,
... ... @@ -36,6 +36,6 @@ exports.index = (req, res, next) => {
des: mipDes,
publishTime: ''
}
}, detailData));
}));
})().catch(next);
};
... ...