Authored by Lynnic

changed the name of conflicted function

... ... @@ -176,16 +176,21 @@
</div>
<div class="gap-block"></div>
<div class="size-info page-block">
{{#materials}}
<div class="materials page-block">
<h1 class="title">
商品材质
<span class="en-title">SIZE INFO</span>
{{title}}
<span class="en-title">{{enTitle}}</span>
</h1>
<div class="detail">
<img src="{{img}}" alt="">
<p class="material-desc">
{{desc}}
</p>
</div>
</div>
{{/materials}}
<div class="gap-block"></div>
... ...
... ... @@ -165,8 +165,10 @@ SHOE BQT KEN BLOCK',
)
),
'meterials' => array(
'img' => '',
'materials' => array(
'title' => '商品材质',
'enTitle' =>'MATERIALS',
'img' => 'http://static.dev.yohobuy.com/img/product/material.png',
'desc' =>'用各种洗涤剂,可手洗机洗,但不宜氯漂,宜阴干,避免曝晒,以免深色衣物褪色,在日光下晾晒时,将里面朝外。浸泡时间不能太长,避免褪色,深色与浅色衣服最好请分开洗涤,避免染色。'
),
... ...