Authored by uedxwg

个人中心导航列表显示

... ... @@ -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,
... ...
... ... @@ -20,7 +20,6 @@
{{/navTitle}}
{{# navBtn}}
<span class="nav-btn">{{.}}</span>
{{!--
<i class="iconfont nav-home">&#xe638;</i>
<div class="homebuttom none">
<ul>
... ... @@ -42,7 +41,6 @@
</li>
</ul>
</div>
--}}
{{/ navBtn}}
</header>
... ...