Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
ccbikai
2016-07-01 13:44:38 +0800
Commit
11d96f5c8a69a5ce25db938d4db6e4be4c128bf7
2 parents
ea6e5ce9
f43de1d4
Merge branch 'hotfix/channel' of git.yoho.cn:fe/yohobuywap-node into hotfix/channel
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/channel/maybe-like.js
public/js/channel/maybe-like.js
View file @
11d96f5
...
...
@@ -45,7 +45,7 @@ module.exports = function(specificGender) {
url
=
specificGender
===
'lifestyle'
?
'/product/recom/maylike?gender=1,3'
:
'/product/recom/maylikelife'
;
}
else
{
gender
=
(
specificGender
===
'boys'
||
$
(
'.mobile-wrap'
).
hasClass
(
'boys-wrap'
))
?
'
boys'
:
'girls
'
;
'
1,3'
:
'2,3
'
;
url
=
'/product/recom/maylike?gender='
+
gender
;
}
...
...
Please
register
or
login
to post a comment