Showing
1 changed file
with
0 additions
and
2 deletions
@@ -358,8 +358,6 @@ const listNew = (req, res, next) => { | @@ -358,8 +358,6 @@ const listNew = (req, res, next) => { | ||
358 | '}'; | 358 | '}'; |
359 | } | 359 | } |
360 | 360 | ||
361 | - console.log(params); | ||
362 | - | ||
363 | res.render('search/list-new', Object.assign({ | 361 | res.render('search/list-new', Object.assign({ |
364 | _noLazy: true, // 首屏不使用lazyload | 362 | _noLazy: true, // 首屏不使用lazyload |
365 | module: 'product', | 363 | module: 'product', |
-
Please register or login to post a comment