account.page.js 335 Bytes
var $ = require('yoho-jquery');
var bp = require('./burying-point');

$(window).load(function() {
    // 统计:分期首页点击账户管理进入账户管理页面时
    bp.setContYas({
    	op: 'YB_INST_REPAYMENT',
    	appop: 'YB_H5_INST_REPAYMENT_C'
    }, {
        POS_ID: $('.account-page').data('posId')
    }, true);
});