Blame view

public/js/home/account.page.js 341 Bytes
陈峰 authored
1 2
let $ = require('yoho-jquery');
let bp = require('./burying-point');
王水玲 authored
3
王水玲 authored
4
$(window).load(function() {
王水玲 authored
5
    // 统计:分期首页点击账户管理进入账户管理页面时
沈志敏 authored
6
    bp.setContYas({
陈峰 authored
7 8
        op: 'YB_INST_REPAYMENT',
        appop: 'YB_H5_INST_REPAYMENT_C'
沈志敏 authored
9
    }, {
王水玲 authored
10
        POS_ID: $('.account-page').data('posId')
沈志敏 authored
11
    }, true);
王水玲 authored
12
});