Authored by liangxs

Merge branch 'beta/wap' of http://git.dev.yoho.cn/web/yohobuywap into beta/wap

... ... @@ -3991,7 +3991,7 @@ $('.coupon-floor a, .banner-top a').on('click', function() {
}
});
if ($('.banner-swiper').find('li').size() > 1) {
if ($('.banner-swiper').find('li').length > 1) {
bannerSwiper = new Swiper('.banner-swiper', {
lazyLoading: true,
lazyLoadingInPrevNext: true,
... ... @@ -4016,6 +4016,11 @@ if ($('#noData').length > 0) {
}
}
$mask.on('click',function () {
$mask.hide();
$message.hide();
});
});
define("js/passport/entry", ["jquery","handlebars","source-map","hammer"], 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.
... ... @@ -102,7 +102,7 @@ if ($('#noData').length > 0) {
}
}
$mask.on('click',function () {s
$mask.on('click',function () {
$mask.hide();
$message.hide();
});
... ...