fix: pc 视频搜索

This commit is contained in:
2025-06-30 16:48:35 +08:00
parent 625a140a6a
commit c8e443dca2

View File

@@ -14,6 +14,7 @@
<!-- 搜索 -->
<form action="{:url('attachment/video')}" method="get">
<div class="search_all">
<input type="hidden" name="id" value="{$Request.get.id}" />
<input type="text" name="keyword" placeholder="{:lang_i18n('搜索')}" />
<button class="searchbtn" type="submit"><img src="__IMAGES__/search_blue.png" /></button>
</div>