Merge branch 'develop/wap' of git.dev.yoho.cn:web/yohobuy into develop/wap
Showing
2 changed files
with
1 additions
and
6 deletions
@@ -42,11 +42,6 @@ module.exports = function(specificGender) { | @@ -42,11 +42,6 @@ module.exports = function(specificGender) { | ||
42 | url = '/product/recom/maylike?gender=' + gender; | 42 | url = '/product/recom/maylike?gender=' + gender; |
43 | } | 43 | } |
44 | 44 | ||
45 | - //以防cookie异常,强制加载男首 | ||
46 | - if (specificGender === 'boys') { | ||
47 | - url = '/product/recom/maylike?gender=1,3'; | ||
48 | - } | ||
49 | - | ||
50 | $curNav = $navList.children('.focus'); | 45 | $curNav = $navList.children('.focus'); |
51 | 46 | ||
52 | if (lifestyleType) { | 47 | if (lifestyleType) { |
-
Please register or login to post a comment