fix: pc附件搜索placeholder

This commit is contained in:
2025-06-11 10:55:55 +08:00
parent 24212386bc
commit c4a87bf22b
3 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ return [
'视频' => 'Videos',
'支持型号' => 'Supported Models',
'支持系统' => 'Supported Systems',
'搜索型号' => 'Search model',
'搜索名称' => 'Search model',
'查询无结果!' => 'No Result',
],

View File

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

View File

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