tbl.hbs
733 Bytes
<table border="1" class="table">
<tr>
<th>skn</th>
<th>商品前台名称</th>
<th>默认图片</th>
<th>经典款型</th>
<th>风格</th>
<th>图案纹理</th>
<th>工艺元素</th>
</tr>
{{#each product_list}}
<tr>
<td>{{productSkn}}</td>
<td><a href="//item.yohobuy.com/p{{productId}}.html" target="_blank">{{productName}}</a></td>
<td><a href="//item.yohobuy.com/p{{productId}}.html" target="_blank"><img src="{{picImgUrl}}" alt=""></a></td>
<td>{{standardVal}}</td>
<td>{{style}}</td>
<td>{{pattern}}</td>
<td>{{makeCrafts}}</td>
</tr>
{{/each}}
</table>