Authored by uedxwg

个人中心导航列表显示

@@ -219,9 +219,9 @@ $yohoPage.on('touchstart', '.tap-hightlight', function() { @@ -219,9 +219,9 @@ $yohoPage.on('touchstart', '.tap-hightlight', function() {
219 $(this).removeClass('highlight'); 219 $(this).removeClass('highlight');
220 }); 220 });
221 221
222 -// $('.nav-home').on('touchstart', function() {  
223 -// $('.homebuttom').toggleClass('none');  
224 -// }); 222 +$('.nav-home').on('touchstart', function() {
  223 + $('.homebuttom').toggleClass('none');
  224 +});
225 225
226 (function() { 226 (function() {
227 var lastTime = 0, 227 var lastTime = 0,
@@ -20,7 +20,6 @@ @@ -20,7 +20,6 @@
20 {{/navTitle}} 20 {{/navTitle}}
21 {{# navBtn}} 21 {{# navBtn}}
22 <span class="nav-btn">{{.}}</span> 22 <span class="nav-btn">{{.}}</span>
23 - {{!--  
24 <i class="iconfont nav-home">&#xe638;</i> 23 <i class="iconfont nav-home">&#xe638;</i>
25 <div class="homebuttom none"> 24 <div class="homebuttom none">
26 <ul> 25 <ul>
@@ -42,7 +41,6 @@ @@ -42,7 +41,6 @@
42 </li> 41 </li>
43 </ul> 42 </ul>
44 </div> 43 </div>
45 - --}}  
46 {{/ navBtn}} 44 {{/ navBtn}}
47 </header> 45 </header>
48 46