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
uedxwg
9 years ago
Commit
db624f7637642a5be3bc76b92281ea1c95be64bf
1 parent
76fbf7e0
个人中心导航列表显示
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
static/js/common.js
template/m.yohobuy.com/partials/layout/page_header.phtml
static/js/common.js
View file @
db624f7
...
...
@@ -219,9 +219,9 @@ $yohoPage.on('touchstart', '.tap-hightlight', function() {
$
(
this
).
removeClass
(
'highlight'
);
});
// $('.nav-home').on('touchstart', function() {
// $('.homebuttom').toggleClass('none');
// });
$
(
'.nav-home'
).
on
(
'touchstart'
,
function
()
{
$
(
'.homebuttom'
).
toggleClass
(
'none'
);
});
(
function
()
{
var
lastTime
=
0
,
...
...
template/m.yohobuy.com/partials/layout/page_header.phtml
View file @
db624f7
...
...
@@ -20,7 +20,6 @@
{
{/navTitle
}
}
{
{#
navBtn
}
}
<span
class=
"nav-btn"
>
{
{.
}
}</span>
{
{!--
<i
class=
"iconfont nav-home"
>
638
;</i>
<div
class=
"homebuttom none"
>
<ul>
...
...
@@ -42,7 +41,6 @@
</li>
</ul>
</div>
--}}
{
{/
navBtn
}
}
</header>
...
...
Please
register
or
login
to post a comment