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
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
2016-01-28 15:16:22 +0800
Commit
2acb15d44eb1fdf038afa9a65be8a74f8f1a8833
1 parent
7f3bcd66
modify maybe like review by zhaobiao
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 @
2acb15d
...
...
@@ -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 @
2acb15d
...
...
@@ -21,7 +21,7 @@ function addFooterTopBorder() {
$
(
document
).
ready
(
addFooterTopBorder
);
require
(
'../home/maybe-like'
)();
...
...
Please
register
or
login
to post a comment