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