Authored by zhangxiaoru

结算埋点

... ... @@ -199,7 +199,10 @@ $('.btn-balance').on('touchend', function() {
var productId = [];
$('.shopping-cart-good').each(function() {
productId.push($(this).data('id'));
if($(this).find('.checkbox').hasClass('icon-cb-checked')) {
productId.push($(this).data('id'));
}
});
setTimeout(function() {
... ...