fix: pc 产品详情添加型号
This commit is contained in:
@@ -161,6 +161,7 @@ return [
|
|||||||
// 产品 - 产品详情页
|
// 产品 - 产品详情页
|
||||||
'product/detail' => [
|
'product/detail' => [
|
||||||
'首页' => 'Home',
|
'首页' => 'Home',
|
||||||
|
'型号' => 'Product Model',
|
||||||
'产品详情' => 'Product Description',
|
'产品详情' => 'Product Description',
|
||||||
'相关产品' => 'Related Products',
|
'相关产品' => 'Related Products',
|
||||||
'发送查询' => 'Send Inquiry',
|
'发送查询' => 'Send Inquiry',
|
||||||
|
|||||||
@@ -66,6 +66,11 @@
|
|||||||
<p>{$product.short_name|default=''}</p>
|
<p>{$product.short_name|default=''}</p>
|
||||||
<div class="proTfg">
|
<div class="proTfg">
|
||||||
<ul class="swt-Table">
|
<ul class="swt-Table">
|
||||||
|
<li class="Table-Row">
|
||||||
|
<div class="ms3 Table-Cell">{:lang_i18n('型号')}</div>
|
||||||
|
<div class="ms2 Table-Cell"></div>
|
||||||
|
<div class="ms4 Table-Cell">{$product.spu}</div>
|
||||||
|
</li>
|
||||||
{volist name="product_params" id="pp"}
|
{volist name="product_params" id="pp"}
|
||||||
<li class="Table-Row">
|
<li class="Table-Row">
|
||||||
<div class="ms3 Table-Cell">{$pp.name}</div>
|
<div class="ms3 Table-Cell">{$pp.name}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user