Showing
1 changed file
with
4 additions
and
3 deletions
@@ -114,6 +114,7 @@ $('.pay-over').unbind('click').bind('click', function() { | @@ -114,6 +114,7 @@ $('.pay-over').unbind('click').bind('click', function() { | ||
114 | } | 114 | } |
115 | ); | 115 | ); |
116 | }); | 116 | }); |
117 | - | ||
118 | -// 默认埋点 | ||
119 | -window.addPoint('YB_SC_PAYMENT', {ORDER_CODE: orderCode, ORDER_AMOUNT: orderCount}); | ||
117 | +$(function() { | ||
118 | + // 默认埋点 | ||
119 | + window.addPoint('YB_SC_PAYMENT', {ORDER_CODE: orderCode, ORDER_AMOUNT: orderCount}); | ||
120 | +}) |
-
Please register or login to post a comment