Authored by lijing

阻止加入购物车冒泡

@@ -822,7 +822,7 @@ $yohoPage.on('touchstart', '.btn-minus', function() { @@ -822,7 +822,7 @@ $yohoPage.on('touchstart', '.btn-minus', function() {
822 } 822 }
823 823
824 } 824 }
825 - 825 + return false; // 阻止加入购物车按钮冒泡
826 }); 826 });
827 827
828 $('.close').on('click', function() { 828 $('.close').on('click', function() {