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

setTimeout(function() {
    // 统计:各模块的落地页进入时
    bp.setContYas({
        POS_ID: $('.account-page').data('posId')
    }, true);
}, 3000);