From df8001d43e92a9b822ad7131ef594818638c4b02 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Wed, 16 Jul 2025 10:31:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BA=A7=E5=93=81=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=97=A0=E6=95=B0=E6=8D=AE=E8=AF=AD=E8=A8=80=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/lang/en-us/mobile.php | 1 + app/index/lang/en-us/pc.php | 5 +++++ app/index/view/mobile/product/search.html | 2 +- app/index/view/pc/product/search.html | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/index/lang/en-us/mobile.php b/app/index/lang/en-us/mobile.php index 25024bad..175712be 100644 --- a/app/index/lang/en-us/mobile.php +++ b/app/index/lang/en-us/mobile.php @@ -53,6 +53,7 @@ return [ 'product/search' => [ '搜索' => 'Search', '请搜索' => 'Please search...', + '暂无数据' => 'No data', ], // 产品详情 'product/detail' => [ diff --git a/app/index/lang/en-us/pc.php b/app/index/lang/en-us/pc.php index 3572f170..d03bb9ca 100644 --- a/app/index/lang/en-us/pc.php +++ b/app/index/lang/en-us/pc.php @@ -177,6 +177,11 @@ return [ '提交' => 'SUBMIT', ], + // 产品 - 搜索 + 'product/search' => [ + '暂无数据' => 'No data', + ], + // 产品 - 分类 'product/category' => [ '查看全部' => 'View All', diff --git a/app/index/view/mobile/product/search.html b/app/index/view/mobile/product/search.html index db020cd7..3c38619c 100644 --- a/app/index/view/mobile/product/search.html +++ b/app/index/view/mobile/product/search.html @@ -28,7 +28,7 @@