Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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() { |
-
Please register or login to post a comment