Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
uedxwg
9 years ago
Commit
5e2d562211afb0b7a47cdac4bcd2e72f2723824d
1 parent
76ce05d4
移除品牌一览侧边导航
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
46 deletions
static/js/category/brand.js
template/m.yohobuy.com/actions/category/brand/index.phtml
static/js/category/brand.js
View file @
5e2d562
...
...
@@ -69,19 +69,6 @@ $(window).scroll(function() {
});
});
function
rightBarBindClick
()
{
$
(
'#right-bar .con'
).
find
(
'b'
).
unbind
().
on
(
'touchstart'
,
function
(
e
)
{
var
index
=
$
(
this
).
index
();
if
(
$
(
'.bar-'
+
index
).
size
()
>
0
)
{
document
.
body
.
scrollTop
=
parseInt
(
$
(
'.bar-'
+
index
)[
0
].
offsetTop
)
-
parseInt
(
brandSwipe
-
1
);
}
e
.
stopPropagation
();
});
}
rightBarBindClick
();
function
searchResult
()
{
var
keyword
=
(
$keyword
.
val
()
+
''
).
toLowerCase
();
var
result
=
{},
...
...
template/m.yohobuy.com/actions/category/brand/index.phtml
View file @
5e2d562
...
...
@@ -48,37 +48,4 @@
{
{/
list
}
}
</div>
{
{/
brandList
}
}
<div
id=
"right-bar"
class=
"right-bar"
>
<div
class=
"con"
id=
"con"
>
<b>#</b>
<b>A</b>
<b>B</b>
<b>C</b>
<b>D</b>
<b>E</b>
<b>F</b>
<b>G</b>
<b>H</b>
<b>I</b>
<b>J</b>
<b>K</b>
<b>L</b>
<b>M</b>
<b>N</b>
<b>O</b>
<b>P</b>
<b>Q</b>
<b>R</b>
<b>S</b>
<b>T</b>
<b>U</b>
<b>V</b>
<b>W</b>
<b>X</b>
<b>Y</b>
<b>Z</b>
</div>
</div>
</div>
{
{>
layout/footer
}
}
...
...
Please
register
or
login
to post a comment