From 2ce5ef51698430b08d2adb66133309b7999d54d6 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Thu, 5 Jun 2025 15:54:09 +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=94=AE=E5=90=8E=E6=94=BF=E7=AD=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/lang/en-us/mobile.php | 10 +++ app/index/view/mobile/about_us/policy.html | 84 +++++++++++++++++++ .../index/mobile/css/aboutus_policy.css | 42 ++++++++++ 3 files changed, 136 insertions(+) create mode 100644 app/index/view/mobile/about_us/policy.html create mode 100644 public/static/index/mobile/css/aboutus_policy.css diff --git a/app/index/lang/en-us/mobile.php b/app/index/lang/en-us/mobile.php index 3ad65a6f..b7e110f2 100644 --- a/app/index/lang/en-us/mobile.php +++ b/app/index/lang/en-us/mobile.php @@ -141,4 +141,14 @@ return [ '品牌里程' => 'Brand Events', '品牌活动' => 'Tech Development', ], + + // 关于我们 - 售后政策 + 'aboutus/policy' => [ + '售后政策_注意事项' => 'After-Sales Policy', + '售后政策' => 'After-sale Policy', + 'ORICO/奥睿科商城为您提供七天包退、15天换新、1年保修、终身维护的服务承诺' => 'ORICO commits to provide 7-day Refund, 15-day Exchange, 1-year Quality Warranty. ', + '为了保障您的合法权益,敬请关注以下信息' => 'For your own benefits, please mind the following information', + '为了得到深圳市元创时代科技有限公司给予您的“包修、包换、包退”的权益,请您:' => 'For a smooth return and refund, quality warranty, please follow these steps:', + '特别说明' => 'ORICO is not liable for:' + ], ]; \ No newline at end of file diff --git a/app/index/view/mobile/about_us/policy.html b/app/index/view/mobile/about_us/policy.html new file mode 100644 index 00000000..543c6b40 --- /dev/null +++ b/app/index/view/mobile/about_us/policy.html @@ -0,0 +1,84 @@ +{extend name="public/base"/} +{block name="title"} +
{:lang_i18n('ORICO/奥睿科商城为您提供七天包退、15天换新、1年保修、终身维护的服务承诺')}
+{:lang_i18n('为了得到深圳市元创时代科技有限公司给予您的“包修、包换、包退”的权益,请您:')}
+
+ {volist name="policy.banner_5" id="b5" key="k"}
+ {$k+1}、{$b5.title}
+ {/volist}
+