Authored by 王水玲

分期埋点

... ... @@ -80,3 +80,9 @@ setTimeout(function() {
POS_ID: $('.repayment-list-page').data('posId')
}, true);
}, 3000);
$('.repayment-btn').on('click', function() {
bp.setContYas({
POS_ID: $('.repayment-list-page').data('posId')
}, true);
});
\ No newline at end of file
... ...