Showing
1 changed file
with
0 additions
and
20 deletions
@@ -76,26 +76,6 @@ exports.list = (req, res, next) => { | @@ -76,26 +76,6 @@ exports.list = (req, res, next) => { | ||
76 | } | 76 | } |
77 | 77 | ||
78 | if (params.query) { | 78 | if (params.query) { |
79 | - // domain = result[0]; | ||
80 | - | ||
81 | - // 跳转到品牌商品列表页 | ||
82 | - // if (domain !== null && !params.shop_id) { | ||
83 | - // let urlPro = { | ||
84 | - // from: 'search', | ||
85 | - // query: params.query | ||
86 | - // }; | ||
87 | - | ||
88 | - // if (req.query.app_type) { | ||
89 | - // urlPro = _.assign(urlPro, { | ||
90 | - // app_type: req.query.app_type | ||
91 | - // }); | ||
92 | - // } | ||
93 | - | ||
94 | - // let url = helpers.urlFormat('', urlPro, domain); | ||
95 | - | ||
96 | - // return res.redirect(url); | ||
97 | - // } | ||
98 | - | ||
99 | // 品类名称为空时跳出 | 79 | // 品类名称为空时跳出 |
100 | if (!result[1]) { | 80 | if (!result[1]) { |
101 | return; | 81 | return; |
-
Please register or login to post a comment