This commit is contained in:
haoouba
2021-02-18 22:02:19 +08:00
parent 86e77cbbc1
commit 9d29106040
6 changed files with 13 additions and 9 deletions

View File

@@ -146,7 +146,7 @@
<a href="<?php $item->permalink(); ?>" title="<?php $item->title(); ?>" class="item">
<span class="sort"><?php echo $index; ?></span>
<span class="text"><?php $item->title(); ?></span>
<span class="views"><?php _getViews($item); ?> 阅读</span>
<span class="views"><?php $item->views(); ?> 阅读</span>
</a>
<?php $index++; ?>
<?php endwhile; ?>