Authored by uedxwg

移除品牌一览侧边导航

@@ -69,19 +69,6 @@ $(window).scroll(function() { @@ -69,19 +69,6 @@ $(window).scroll(function() {
69 }); 69 });
70 }); 70 });
71 71
72 -function rightBarBindClick() {  
73 - $('#right-bar .con').find('b').unbind().on('touchstart', function(e) {  
74 - var index = $(this).index();  
75 -  
76 - if ($('.bar-' + index).size() > 0) {  
77 - document.body.scrollTop = parseInt($('.bar-' + index)[0].offsetTop) - parseInt(brandSwipe - 1);  
78 - }  
79 - e.stopPropagation();  
80 - });  
81 -}  
82 -  
83 -rightBarBindClick();  
84 -  
85 function searchResult() { 72 function searchResult() {
86 var keyword = ($keyword.val() + '').toLowerCase(); 73 var keyword = ($keyword.val() + '').toLowerCase();
87 var result = {}, 74 var result = {},
@@ -48,37 +48,4 @@ @@ -48,37 +48,4 @@
48 {{/ list}} 48 {{/ list}}
49 </div> 49 </div>
50 {{/ brandList}} 50 {{/ brandList}}
51 -  
52 - <div id="right-bar" class="right-bar">  
53 - <div class="con" id="con">  
54 - <b>#</b>  
55 - <b>A</b>  
56 - <b>B</b>  
57 - <b>C</b>  
58 - <b>D</b>  
59 - <b>E</b>  
60 - <b>F</b>  
61 - <b>G</b>  
62 - <b>H</b>  
63 - <b>I</b>  
64 - <b>J</b>  
65 - <b>K</b>  
66 - <b>L</b>  
67 - <b>M</b>  
68 - <b>N</b>  
69 - <b>O</b>  
70 - <b>P</b>  
71 - <b>Q</b>  
72 - <b>R</b>  
73 - <b>S</b>  
74 - <b>T</b>  
75 - <b>U</b>  
76 - <b>V</b>  
77 - <b>W</b>  
78 - <b>X</b>  
79 - <b>Y</b>  
80 - <b>Z</b>  
81 - </div>  
82 - </div>  
83 -</div>  
84 {{> layout/footer}} 51 {{> layout/footer}}