Blame view

public/js/product/detail/stat.js 152 Bytes
htoooth authored
1 2 3 4 5 6 7 8
/**
 * 统计代码作用
 */

module.exports = function() {
    // 品友统计代码
    window.addPyEvent('viewItem', window.PING_YOU_VIEW_ITEM);
};