Authored by 郭成尧

Merge branch 'release/5.4' into gray

@@ -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() {