changed the name of conflicted function
Showing
3 changed files
with
13 additions
and
6 deletions
static/img/product/material.png
0 → 100644
21.6 KB
@@ -177,15 +177,20 @@ | @@ -177,15 +177,20 @@ | ||
177 | 177 | ||
178 | <div class="gap-block"></div> | 178 | <div class="gap-block"></div> |
179 | 179 | ||
180 | - <div class="size-info page-block"> | 180 | + {{#materials}} |
181 | + <div class="materials page-block"> | ||
181 | <h1 class="title"> | 182 | <h1 class="title"> |
182 | - 商品材质 | ||
183 | - <span class="en-title">SIZE INFO</span> | 183 | + {{title}} |
184 | + <span class="en-title">{{enTitle}}</span> | ||
184 | </h1> | 185 | </h1> |
185 | <div class="detail"> | 186 | <div class="detail"> |
186 | - | 187 | + <img src="{{img}}" alt=""> |
188 | + <p class="material-desc"> | ||
189 | + {{desc}} | ||
190 | + </p> | ||
187 | </div> | 191 | </div> |
188 | </div> | 192 | </div> |
193 | + {{/materials}} | ||
189 | 194 | ||
190 | <div class="gap-block"></div> | 195 | <div class="gap-block"></div> |
191 | 196 |
@@ -165,8 +165,10 @@ SHOE BQT KEN BLOCK', | @@ -165,8 +165,10 @@ SHOE BQT KEN BLOCK', | ||
165 | ) | 165 | ) |
166 | ), | 166 | ), |
167 | 167 | ||
168 | - 'meterials' => array( | ||
169 | - 'img' => '', | 168 | + 'materials' => array( |
169 | + 'title' => '商品材质', | ||
170 | + 'enTitle' =>'MATERIALS', | ||
171 | + 'img' => 'http://static.dev.yohobuy.com/img/product/material.png', | ||
170 | 'desc' =>'用各种洗涤剂,可手洗机洗,但不宜氯漂,宜阴干,避免曝晒,以免深色衣物褪色,在日光下晾晒时,将里面朝外。浸泡时间不能太长,避免褪色,深色与浅色衣服最好请分开洗涤,避免染色。' | 172 | 'desc' =>'用各种洗涤剂,可手洗机洗,但不宜氯漂,宜阴干,避免曝晒,以免深色衣物褪色,在日光下晾晒时,将里面朝外。浸泡时间不能太长,避免褪色,深色与浅色衣服最好请分开洗涤,避免染色。' |
171 | ), | 173 | ), |
172 | 174 |
-
Please register or login to post a comment