Showing
1 changed file
with
1 additions
and
1 deletions
@@ -45,7 +45,7 @@ module.exports = { | @@ -45,7 +45,7 @@ module.exports = { | ||
45 | order: req.query.order || 's_t_desc', | 45 | order: req.query.order || 's_t_desc', |
46 | limit: req.query.limit || '60', | 46 | limit: req.query.limit || '60', |
47 | color: req.query.color, | 47 | color: req.query.color, |
48 | - price: req.query.priceRange, | 48 | + price: req.query.price, |
49 | size: req.query.size, | 49 | size: req.query.size, |
50 | pd: req.query.pd, | 50 | pd: req.query.pd, |
51 | tagsFilter: req.query.tagsFilter | 51 | tagsFilter: req.query.tagsFilter |
-
Please register or login to post a comment