account.page.js 234 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 var $ = require('yoho-jquery'); var bp = require('./burying-point'); setTimeout(function() { // 统计:各模块的落地页进入时 bp.setContYas({ POS_ID: $('.account-page').data('posId') }, true); }, 3000);