那个统计的,要去给他升级一下,升级后分站的内容页模板中,加入js调用如下:
<script type="text/javascript" src="{$STATIC_URL}/s.php/{$this_system.SITE}/item-count?id=$data[id]"></script>
在不升级的情况下,主站域名写死,分站的内容页模板中,加入js调用如下:
<script type="text/javascript" src="http://主站域名/s.php/{$this_system.SITE}/item-count?id=$data[id]"></script>
分站效果如下
