Showing
1 changed file
with
4 additions
and
0 deletions
@@ -46,6 +46,10 @@ module.exports = function(specificGender) { | @@ -46,6 +46,10 @@ module.exports = function(specificGender) { | ||
46 | '1,3' : '2,3', | 46 | '1,3' : '2,3', |
47 | url = '/product/recom/maylike?gender=' + gender; | 47 | url = '/product/recom/maylike?gender=' + gender; |
48 | } | 48 | } |
49 | + //日韩馆-你可能喜欢的 | ||
50 | + if ($('.mobile-wrap').hasClass('yoho-channel-page')) { | ||
51 | + url = '/product/recom/newPreference?template_id=' + $.queryString().template_id; | ||
52 | + } | ||
49 | 53 | ||
50 | $curNav = $navList.children('.focus'); | 54 | $curNav = $navList.children('.focus'); |
51 | 55 |
-
Please register or login to post a comment