From 3d1fa8bebc56d29b3fc4d726db4286f7aeeccc5b Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Thu, 5 Jun 2025 10:35:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20mobile=E8=81=94=E7=B3=BB=E6=88=91?= =?UTF-8?q?=E4=BB=AC=20-=20=E5=93=81=E7=89=8C=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/controller/AboutUs.php | 1 + app/index/lang/en-us/mobile.php | 8 + .../view/mobile/about_us/introduction.html | 55 +++- .../index/mobile/css/aboutus_introduction.css | 289 ++++++++++++++++++ 4 files changed, 351 insertions(+), 2 deletions(-) create mode 100755 public/static/index/mobile/css/aboutus_introduction.css diff --git a/app/index/controller/AboutUs.php b/app/index/controller/AboutUs.php index bd9e7ea9..12789f06 100644 --- a/app/index/controller/AboutUs.php +++ b/app/index/controller/AboutUs.php @@ -27,6 +27,7 @@ class AboutUs extends Common ->where('status', '=', 1) ->order(['sort' => 'asc', 'id' => 'desc']); }]) + ->atPlatform(request()->from) ->uniqueLabel([ "BANNER_680744b1d0000", "BANNER_680744e7cacb3", diff --git a/app/index/lang/en-us/mobile.php b/app/index/lang/en-us/mobile.php index 288f2120..4301e618 100644 --- a/app/index/lang/en-us/mobile.php +++ b/app/index/lang/en-us/mobile.php @@ -121,4 +121,12 @@ return [ '发送' => 'SEND', '成为经销商' => 'Become a Distributor', ], + + // 关于我们 - 品牌介绍 + 'aboutus/introduction' => [ + '品牌介绍' => 'Introduction of the Brand', + '选择我们的理由' => 'Why Choose Us', + '为您提供专属定制服务' => 'How We Can Help with Customization', + '对于不同的情况' => 'For Different Situation', + ], ]; \ No newline at end of file diff --git a/app/index/view/mobile/about_us/introduction.html b/app/index/view/mobile/about_us/introduction.html index b2e756c6..603a1a34 100644 --- a/app/index/view/mobile/about_us/introduction.html +++ b/app/index/view/mobile/about_us/introduction.html @@ -1,7 +1,58 @@ {extend name="public/base" /} +{block name="title"} +{notempty name=":lang_i18n('品牌介绍')"}
{$wh.title}
+ {$wh.desc|raw} +