refactor: pc多语言 - 语言包调整
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{extend name="public/base" /}
|
||||
{block name="title"}
|
||||
{notempty name=":lang('aboutus_introduction.title')"}<title>{:lang('aboutus_introduction.title')}</title>{else/}{__BLOCK__}{/notempty}
|
||||
{notempty name=":lang_i18n('品牌介绍')"}<title>{:lang_i18n('品牌介绍')}</title>{else/}{__BLOCK__}{/notempty}
|
||||
{/block}
|
||||
{block name="style"}
|
||||
<link rel="stylesheet" href="__CSS__/aboutus_introduction.css" />
|
||||
@@ -14,7 +14,7 @@
|
||||
<img src="{$focus_image.image}" alt="" class="bdimg1">
|
||||
{/notempty}
|
||||
<div class="iotb_bgw">
|
||||
<h1 class="iotbt1">{:lang('aboutus_introduction.section_why_title')}</h1>
|
||||
<h1 class="iotbt1">{:lang_i18n('选择我们的理由')}</h1>
|
||||
<div class="iotb_part1">
|
||||
{notempty name="why"}
|
||||
{volist name="why" id="wh"}
|
||||
@@ -28,7 +28,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="iotb_part2" style="background: #fff;">
|
||||
<h1 class="iotbt1">{:lang('aboutus_introduction.section_service_title')}</h1>
|
||||
<h1 class="iotbt1">{:lang_i18n('为您提供专属定制服务')}</h1>
|
||||
{notempty name="service"}
|
||||
{volist name="service" id="se"}
|
||||
<div class="fdimgs">
|
||||
@@ -45,7 +45,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="iotb_part2" style="padding-bottom:0;background: #f2f2f2;">
|
||||
<h1 class="iotbt1">{:lang('aboutus_introduction.section_difference_title')}</h1>
|
||||
<h1 class="iotbt1">{:lang_i18n('对于不同的情况')}</h1>
|
||||
{notempty name="difference"}
|
||||
{volist name="difference" id="diff"}
|
||||
<div class="fdimgs fdimgs1">
|
||||
|
||||
Reference in New Issue
Block a user