Authored by 梁志锋

Merge remote-tracking branch 'remotes/origin/release/4.4'

... ... @@ -8702,7 +8702,9 @@ $.jqtab = function(nav, posNav, main) {
$nav2.removeClass('fixed-top');
$nav2.removeClass('absolute');
}
myScroll.scrollTo(0, 0);
if (!$nav1.hasClass('hide')) {
myScroll.scrollTo(0, 0 - imgH);
}
$nav1.addClass('hide');
return false;
... ... @@ -9637,10 +9639,7 @@ optHammer.on('tap', function(e) {
});
});
}
});
$(".owner-info").on('touchend',function(){
location.href='/home/address';
})
});
});
define("js/me/fav", ["jquery","hammer","swiper","handlebars","source-map","index"], function(require, exports, module){
/**
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
... ... @@ -86,7 +86,4 @@ optHammer.on('tap', function(e) {
});
});
}
});
$(".owner-info").on('touchend',function(){
location.href='/home/address';
})
\ No newline at end of file
});
\ No newline at end of file
... ...
... ... @@ -17,7 +17,8 @@
float: left;
width: 158px;
height: 174px;
border: 1px solid #e0e0e0;
border-top: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
overflow: hidden;
.img-box {
... ...
... ... @@ -108,7 +108,6 @@
background: #f0f0f0;
padding-bottom: 40px;
overflow: hidden;
min-height: 1000px;
}
.banner-area {
... ...