...
|
...
|
@@ -76,26 +76,6 @@ exports.list = (req, res, next) => { |
|
|
}
|
|
|
|
|
|
if (params.query) {
|
|
|
// domain = result[0];
|
|
|
|
|
|
// 跳转到品牌商品列表页
|
|
|
// if (domain !== null && !params.shop_id) {
|
|
|
// let urlPro = {
|
|
|
// from: 'search',
|
|
|
// query: params.query
|
|
|
// };
|
|
|
|
|
|
// if (req.query.app_type) {
|
|
|
// urlPro = _.assign(urlPro, {
|
|
|
// app_type: req.query.app_type
|
|
|
// });
|
|
|
// }
|
|
|
|
|
|
// let url = helpers.urlFormat('', urlPro, domain);
|
|
|
|
|
|
// return res.redirect(url);
|
|
|
// }
|
|
|
|
|
|
// 品类名称为空时跳出
|
|
|
if (!result[1]) {
|
|
|
return;
|
...
|
...
|
|