视图优化-排行榜展示点击量

This commit is contained in:
make
2025-07-05 17:02:58 +08:00
parent 6f2c4ae1b0
commit 76b0d5fa04
5 changed files with 24 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
<li>
<?php $key ++ ?>
<i>{$key}</i>
<span class="eed7e3 text-color pull-right">{$Video.v_box_office ?? 0}</span>
<span class="eed7e3 text-color pull-right">{$Video.vc_clicks ?? 0}</span>
{if !empty($arrGrm[$key + [start]])}
{$arrGrm[$key+[start]]|raw}
{/if}