添加数据详细页面浏览次数统计。
This commit is contained in:
parent
6fa6a06734
commit
8d3d5ec066
|
@ -66,7 +66,7 @@
|
|||
<?php if ($this->downloaded>9) :?>
|
||||
<li><strong>下载:</strong><?php echo $this->downloaded; ?>次</li>
|
||||
<?php endif; ?>
|
||||
<li><strong>浏览:</strong><?php echo $this->viewed; ?>次</li>
|
||||
<li><strong>浏览:</strong><?php echo $md['viewedcount']; ?>次</li>
|
||||
<?php if (!empty($md['timebegin'])) : ?>
|
||||
<li id="datatimes">
|
||||
<strong>数据时间范围:</strong>
|
||||
|
|
Loading…
Reference in New Issue