Authored by 梁志锋

update

... ... @@ -16,7 +16,7 @@ var searchH = $('.newbrand-search').outerHeight(),
headerH = $('.yoho-header').outerHeight(),
brandSwipe = parseInt(searchH) + parseInt(headerH) - 1;
var myHammer, searchBtnHammer, clearTextHammer;
var searchBtnHammer, clearTextHammer;
swiper = new Swiper('.swiper-container', {
lazyLoading: true,
... ... @@ -52,7 +52,7 @@ if ($brandList.length > 0) {
});
}
$('#right-bar .con').find('b').unbind().on('touchstart', function() {
$('#right-bar .con').find('b').unbind().on('touchstart', function(e) {
var index = $(this).index();
if ($('.bar-' + index).size() > 0) {
... ...