refactor: 修改无数据时显示内容

This commit is contained in:
2025-04-16 14:27:37 +08:00
parent 5b7694145a
commit fc53c85fb8
4 changed files with 8 additions and 4 deletions

View File

@@ -69,7 +69,7 @@
{/volist}
<div class="page-box">{$page|raw}</div>
{else/}
<ul><dl class="video-empty">查询无结果!</dl></ul>
<ul><dl class="video-empty">{:lang('attachment.no_video')}</dl></ul>
{/notempty}
</div>
</div>