...
|
...
|
@@ -124,20 +124,19 @@ $(window).scroll(function() { |
|
|
});
|
|
|
})());
|
|
|
|
|
|
setTimeout(function() {
|
|
|
$(window).load(function() {
|
|
|
|
|
|
// 统计:分期主页点击分期订单进入订单列表页时
|
|
|
bp.setContYas('YB_INST_REPAYMENT', {
|
|
|
POS_ID: $('.installment-order-page').data('posId')
|
|
|
});
|
|
|
}, 3000);
|
|
|
|
|
|
$(document).on('click', '.order-list a', function() {
|
|
|
|
|
|
$(document).on('click', '.order-list a', function() {
|
|
|
|
|
|
// 统计:点击各个订单时
|
|
|
bp.setContYas('YB_INST_ORDER_CLICK', {
|
|
|
LAB_ID: $('.header-tab .active').index(),
|
|
|
ORDER_CODE: $(this).data('code')
|
|
|
// 统计:点击各个订单时
|
|
|
bp.setContYas('YB_INST_ORDER_CLICK', {
|
|
|
LAB_ID: $('.header-tab .active').index(),
|
|
|
ORDER_CODE: $(this).data('code')
|
|
|
}, false);
|
|
|
});
|
|
|
}); |
...
|
...
|
|