account.page.js 335 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 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); });