Showing
1 changed file
with
1 additions
and
1 deletions
@@ -917,7 +917,7 @@ $('.btn_account').on('click', function() { | @@ -917,7 +917,7 @@ $('.btn_account').on('click', function() { | ||
917 | }); | 917 | }); |
918 | 918 | ||
919 | // 结算点击埋点 | 919 | // 结算点击埋点 |
920 | - window.addPoint('YB_SC_TOBUY_CLICK', {PRD_ID: productId}); | 920 | + window.addPoint('YB_SC_TOBUY_CLICK', {PRD_ID: productId.join(',')}); |
921 | 921 | ||
922 | 922 | ||
923 | if ($('.pre-sell-box input:checked').length > 0) { | 923 | if ($('.pre-sell-box input:checked').length > 0) { |
-
Please register or login to post a comment