...
|
...
|
@@ -26,8 +26,8 @@ exports.index = (req, res, next) => { |
|
|
fuzzyWord: list.fuzzyWord
|
|
|
};
|
|
|
|
|
|
return res.render('list', Object.assign({
|
|
|
css: yield css('list.css'),
|
|
|
return res.render('chanpin', Object.assign({
|
|
|
css: yield css('chanpin.css'),
|
|
|
title: `${goodsList.name}价格_图片_品牌_怎么样-YOHO!BUY有货`,
|
|
|
mipUrl: `https://m.yohobuy.com${req.originalUrl}`,
|
|
|
mipFooter: true,
|
...
|
...
|
|