主题 : 统计数问题 |
级别: 版主
![]() |
4# 发表于:2017-09-27 14:39:39 IP:220.64.*.*
首页
$(function() { Cms.siteFlow("${base}", location.href, document.referrer, "${site.config.flowSwitch?string}"); $.cookie("_site_id_cookie","${site.id!}",{path: '${base}' }); }); 栏目页 $(function() { Cms.channelViewCount("${base}","${channel.id}"); Cms.siteFlow("${base}", location.href, document.referrer,"${site.config.flowSwitch?string}"); }); 内容页 $(function() { Cms.checkPerm("${base}","${content.id}"); Cms.collectCsi("${base}","collectCsiDiv","collect_csi","${content.id}"); Cms.attachment("${base}","${content.id}","${content.attachments?size}","attach"); Cms.viewCount("${base}","${content.id}"); Cms.siteFlow("${base}", location.href, document.referrer,"${site.config.flowSwitch?string}"); }); |
||
---|---|---|---|
1
共1页