Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Rock Zhang
2016-01-28 15:33:58 +0800
Commit
af27366c8f819609dc0697b6e2164d2d65219b38
2 parents
8d3b3f7e
2acb15d4
Merge branch 'develop/wap' of git.dev.yoho.cn:web/yohobuy into develop/wap
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
static/js/home/maybe-like.js
static/js/me/logistic.js
static/js/home/maybe-like.js
View file @
af27366
...
...
@@ -42,11 +42,6 @@ module.exports = function(specificGender) {
url
=
'/product/recom/maylike?gender='
+
gender
;
}
//以防cookie异常,强制加载男首
if
(
specificGender
===
'boys'
)
{
url
=
'/product/recom/maylike?gender=1,3'
;
}
$curNav
=
$navList
.
children
(
'.focus'
);
if
(
lifestyleType
)
{
...
...
static/js/me/logistic.js
View file @
af27366
...
...
@@ -21,7 +21,7 @@ function addFooterTopBorder() {
$
(
document
).
ready
(
addFooterTopBorder
);
require
(
'../home/maybe-like'
)();
...
...
Please
register
or
login
to post a comment