Authored by 梁志锋

购物车编辑 以及加入购物车点击外侧区域组织默认行为

... ... @@ -236,6 +236,8 @@ $yohoPage.on('touchstart', '.chose-panel', function(e) {
//点击蒙版消失
hide();
return false;
});
$yohoPage.on('touchstart', '.color-list .block', function() {
... ...
... ... @@ -44,7 +44,7 @@ function hideSideBar() {
openSideNav = false;
if ($mobileWrap.hasClass('menu-open')) {
$mobileWrap.removeClass('menu-open');
$('.overlay').hide();
$overlay.hide();
$('.sub-nav').removeClass('show');
$sideNav.removeClass('on');
}
... ...