fix: pc产品详情页面“首页”文本多语言处理

This commit is contained in:
2025-06-05 15:34:26 +08:00
parent 31787b6f23
commit d23cdad390
2 changed files with 2 additions and 1 deletions

View File

@@ -153,6 +153,7 @@ return [
// 产品 - 产品详情页
'product/detail' => [
'首页' => 'Home',
'产品详情' => 'Product Description',
'相关产品' => 'Related Products',
'发送查询' => 'Send Inquiry',

View File

@@ -19,7 +19,7 @@
<div class="oriprdetail">
<!--产品路径-->
<div class="product_address">
<a class="pathname" href="/">首页</a>
<a class="pathname" href="/">{:lang_i18n('首页')}</a>
{volist name="product_categorys" id="ca"}
<div class="arrow"></div>
<a class="pathname" href="{:url('product/category', ['id' => $ca.id])}">{$ca.name}</a>