...
|
...
|
@@ -26,6 +26,10 @@ exports.index = (req, res, next) => { |
|
|
fuzzyWord: list.fuzzyWord
|
|
|
};
|
|
|
|
|
|
if (!list || !list.fuzzyWord.length) {
|
|
|
return next();
|
|
|
}
|
|
|
|
|
|
return res.render('chanpin', Object.assign({
|
|
|
css: yield css('chanpin.css'),
|
|
|
title: `${goodsList.name}价格_图片_品牌_怎么样-YOHO!BUY有货`,
|
...
|
...
|
|