Authored by 周少峰

onload

... ... @@ -114,6 +114,7 @@ $('.pay-over').unbind('click').bind('click', function() {
}
);
});
// 默认埋点
window.addPoint('YB_SC_PAYMENT', {ORDER_CODE: orderCode, ORDER_AMOUNT: orderCount});
\ No newline at end of file
$(function() {
// 默认埋点
window.addPoint('YB_SC_PAYMENT', {ORDER_CODE: orderCode, ORDER_AMOUNT: orderCount});
})
... ...