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
biao
9 years ago
Commit
149089209ac5744ab1621f5450aa8c5bb94356bf
1 parent
e1bf1ba2
更新频道选择页顶部导航
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
static/js/category/brand.js
static/js/me/currency-new.js
static/js/category/brand.js
View file @
1490892
...
...
@@ -183,6 +183,6 @@ if ($genderItem.length > 0) {
$genderItem
.
on
(
'touchstart'
,
function
()
{
$
(
'.genderNav ul .active'
).
removeClass
(
'active'
);
$
(
this
).
addClass
(
'active'
);
window
.
location
.
search
=
"channel="
+
(
$
(
this
).
data
(
'id'
)
+
1
);
window
.
location
.
search
=
'channel='
+
(
$
(
this
).
data
(
'id'
)
+
1
);
});
}
...
...
static/js/me/currency-new.js
View file @
1490892
...
...
@@ -4,8 +4,8 @@
* @date: 2015/12/30
*/
function
getGender
()
{
return
window
.
cookie
(
'_Channel'
);
function
getGender
()
{
return
window
.
cookie
(
'_Channel'
);
}
require
(
'../home/maybe-like'
)(
getGender
());
...
...
Please
register
or
login
to post a comment