fix: pc产品详情页面“首页”文本多语言处理
This commit is contained in:
@@ -153,6 +153,7 @@ return [
|
|||||||
|
|
||||||
// 产品 - 产品详情页
|
// 产品 - 产品详情页
|
||||||
'product/detail' => [
|
'product/detail' => [
|
||||||
|
'首页' => 'Home',
|
||||||
'产品详情' => 'Product Description',
|
'产品详情' => 'Product Description',
|
||||||
'相关产品' => 'Related Products',
|
'相关产品' => 'Related Products',
|
||||||
'发送查询' => 'Send Inquiry',
|
'发送查询' => 'Send Inquiry',
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<div class="oriprdetail">
|
<div class="oriprdetail">
|
||||||
<!--产品路径-->
|
<!--产品路径-->
|
||||||
<div class="product_address">
|
<div class="product_address">
|
||||||
<a class="pathname" href="/">首页</a>
|
<a class="pathname" href="/">{:lang_i18n('首页')}</a>
|
||||||
{volist name="product_categorys" id="ca"}
|
{volist name="product_categorys" id="ca"}
|
||||||
<div class="arrow"></div>
|
<div class="arrow"></div>
|
||||||
<a class="pathname" href="{:url('product/category', ['id' => $ca.id])}">{$ca.name}</a>
|
<a class="pathname" href="{:url('product/category', ['id' => $ca.id])}">{$ca.name}</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user