Merge branch 'release/newSearch'
Showing
2 changed files
with
1 additions
and
2 deletions
@@ -511,7 +511,6 @@ const getShopData = (req, shopId, uid, isApp) => { | @@ -511,7 +511,6 @@ const getShopData = (req, shopId, uid, isApp) => { | ||
511 | _getShopDecorator(shopId), | 511 | _getShopDecorator(shopId), |
512 | searchModel.getFilterSearchData({ | 512 | searchModel.getFilterSearchData({ |
513 | shop_id: shopId, | 513 | shop_id: shopId, |
514 | - gender: req.query.gender || '1,3', | ||
515 | channel: channel | 514 | channel: channel |
516 | }), | 515 | }), |
517 | _shopCouponsList(shopId, uid) | 516 | _shopCouponsList(shopId, uid) |
@@ -122,7 +122,7 @@ | @@ -122,7 +122,7 @@ | ||
122 | </div> | 122 | </div> |
123 | 123 | ||
124 | <div class="discount-area first" id="navlist2"> | 124 | <div class="discount-area first" id="navlist2"> |
125 | - <ul id="list-nav" class="home-sub-nav list-nav clearfix"> | 125 | + <ul id="list-nav" class="home-sub-nav list-nav pos-list clearfix"> |
126 | <li data-bp-id="shop_listnav_new_1" class="new active buriedpoint"> | 126 | <li data-bp-id="shop_listnav_new_1" class="new active buriedpoint"> |
127 | <a href="javascript:void(0);"> | 127 | <a href="javascript:void(0);"> |
128 | <span class="spanTest">最新</span> | 128 | <span class="spanTest">最新</span> |
-
Please register or login to post a comment