Merge branch 'release/5.4' into gray
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -745,7 +745,7 @@ $yohoPage.on('touchstart', '.btn-minus', function() { | @@ -745,7 +745,7 @@ $yohoPage.on('touchstart', '.btn-minus', function() { | ||
745 | confirming = false; | 745 | confirming = false; |
746 | }); | 746 | }); |
747 | } | 747 | } |
748 | - | 748 | + return false; // 阻止加入购物车按钮冒泡 |
749 | }); | 749 | }); |
750 | 750 | ||
751 | $yohoPage.on('click', '.close', function() { | 751 | $yohoPage.on('click', '.close', function() { |
-
Please register or login to post a comment