diff --git a/app/index/lang/en-us.php b/app/index/lang/en-us.php index 0c90a2f7..27d361d4 100644 --- a/app/index/lang/en-us.php +++ b/app/index/lang/en-us.php @@ -38,5 +38,7 @@ return [ 'support_model' => 'Supported Models', 'support_platform' => 'Supported Systems', 'search_placeholder' => 'Search model', + 'no_data' => 'No Result!', + 'no_video' => 'No Video!', ] ]; \ No newline at end of file diff --git a/app/index/lang/zh-cn.php b/app/index/lang/zh-cn.php index 10f84691..f7c9a628 100644 --- a/app/index/lang/zh-cn.php +++ b/app/index/lang/zh-cn.php @@ -38,5 +38,7 @@ return [ 'support_model' => '支持型号', 'support_platform' => '支持系统', 'search_placeholder' => '搜索型号', + 'no_data' => '查询无结果!', + 'no_video' => '查询无此视频!', ] ]; \ No newline at end of file diff --git a/app/index/view/attachment/index.html b/app/index/view/attachment/index.html index fda7c37a..02a9d114 100644 --- a/app/index/view/attachment/index.html +++ b/app/index/view/attachment/index.html @@ -53,7 +53,7 @@
{notempty name="att.attach"} {volist name="att.attach" id="ch"} - + {/volist} @@ -62,9 +62,9 @@ {/volist} -