Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop
Showing
3 changed files
with
21 additions
and
3 deletions
@@ -1179,13 +1179,22 @@ | @@ -1179,13 +1179,22 @@ | ||
1179 | } | 1179 | } |
1180 | }, | 1180 | }, |
1181 | 1181 | ||
1182 | + | ||
1182 | 'materials' : { | 1183 | 'materials' : { |
1183 | 'title' : '商品材质', | 1184 | 'title' : '商品材质', |
1184 | 'enTitle' : '', | 1185 | 'enTitle' : '', |
1185 | 'img' : '', | 1186 | 'img' : '', |
1186 | - 'desc' : '用各种洗涤剂', | ||
1187 | - 'materialType' : '' | 1187 | + 'desc' : '用各种洗涤剂',//remark |
1188 | }, | 1188 | }, |
1189 | + 'washTips' : { | ||
1190 | + 'list' : [ | ||
1191 | + { | ||
1192 | + "caption":"不可干洗", | ||
1193 | + "img":"http://static.yohobuy.com/images/wash_5.png" | ||
1194 | + } | ||
1195 | + ] | ||
1196 | + } | ||
1197 | + | ||
1189 | 1198 | ||
1190 | 'productDetail' : { | 1199 | 'productDetail' : { |
1191 | 'title' : '商品详情', | 1200 | 'title' : '商品详情', |
@@ -111,6 +111,16 @@ | @@ -111,6 +111,16 @@ | ||
111 | </div> | 111 | </div> |
112 | {{/materials}} | 112 | {{/materials}} |
113 | 113 | ||
114 | +{{#washTips}} | ||
115 | +<div class="icons-wrapper washTips page-block"> | ||
116 | + <ul class="icons-list clearfix"> | ||
117 | + {{#list}} | ||
118 | + <li class="icons-item"><a href="{{url}}" class="imagebar"><img src="{{img}}" alt=""></a><a href="{{url}}" class="linkbar">{{title}}</a></li> | ||
119 | + {{/list}} | ||
120 | + </ul> | ||
121 | +</div> | ||
122 | +{{/washTips}} | ||
123 | + | ||
114 | <div class="gap-block"></div> | 124 | <div class="gap-block"></div> |
115 | 125 | ||
116 | {{#productDetail}} | 126 | {{#productDetail}} |
-
Please register or login to post a comment