...
|
...
|
@@ -342,8 +342,12 @@ |
|
|
<div class="description-material info-block">
|
|
|
<p class="block-title">
|
|
|
<span class="title cur">商品信息 DESCRIPTION</span>
|
|
|
<span class="sep">|</span>
|
|
|
<span class="title">材质洗涤 MATERIALS</span>
|
|
|
{{#if goodsInfo.virtualGoods}}
|
|
|
<!---虚拟商品-->
|
|
|
{{else}}
|
|
|
<span class="sep">|</span>
|
|
|
<span class="title">材质洗涤 MATERIALS</span>
|
|
|
{{/if}}
|
|
|
</p>
|
|
|
<div class="description-content">
|
|
|
{{# description}}
|
...
|
...
|
@@ -374,67 +378,75 @@ |
|
|
{{/if}}
|
|
|
{{/ description}}
|
|
|
</div>
|
|
|
<div class="material-content">
|
|
|
{{# material}}
|
|
|
{{#if materialDetail}}
|
|
|
<ul class="material-detail">
|
|
|
{{# materialDetail}}
|
|
|
<li class="clearfix">
|
|
|
<img src="{{img}}">
|
|
|
<p class="name">{{name}}<br>{{enName}}</p>
|
|
|
<p class="text">{{text}}</p>
|
|
|
</li>
|
|
|
{{/ materialDetail}}
|
|
|
</ul>
|
|
|
{{/if}}
|
|
|
{{#if goodsInfo.virtualGoods}}
|
|
|
<!---虚拟商品-->
|
|
|
{{else}}
|
|
|
<div class="material-content">
|
|
|
{{# material}}
|
|
|
{{#if materialDetail}}
|
|
|
<ul class="material-detail">
|
|
|
{{# materialDetail}}
|
|
|
<li class="clearfix">
|
|
|
<img src="{{img}}">
|
|
|
<p class="name">{{name}}<br>{{enName}}</p>
|
|
|
<p class="text">{{text}}</p>
|
|
|
</li>
|
|
|
{{/ materialDetail}}
|
|
|
</ul>
|
|
|
{{/if}}
|
|
|
|
|
|
{{#if wash}}
|
|
|
<ul class="wash">
|
|
|
{{# wash}}
|
|
|
<li>
|
|
|
<img class="wash-icon" src="{{img}}">
|
|
|
<p class="wash-name">{{name}}</p>
|
|
|
</li>
|
|
|
{{/ wash}}
|
|
|
</ul>
|
|
|
{{/if}}
|
|
|
{{/ material}}
|
|
|
</div>
|
|
|
{{#if wash}}
|
|
|
<ul class="wash">
|
|
|
{{# wash}}
|
|
|
<li>
|
|
|
<img class="wash-icon" src="{{img}}">
|
|
|
<p class="wash-name">{{name}}</p>
|
|
|
</li>
|
|
|
{{/ wash}}
|
|
|
</ul>
|
|
|
{{/if}}
|
|
|
{{/ material}}
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
<div class="size-info info-block">
|
|
|
<p class="block-title">
|
|
|
<span class="title cur">尺码信息 SIZE INFO</span>
|
|
|
</p>
|
|
|
{{# size}}
|
|
|
<table class="size-table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
{{# thead}}
|
|
|
<th>{{name}}</th>
|
|
|
{{/ thead}}
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
{{# tbody}}
|
|
|
{{#if goodsInfo.virtualGoods}}
|
|
|
<!---虚拟商品-->
|
|
|
{{else}}
|
|
|
<div class="size-info info-block">
|
|
|
<p class="block-title">
|
|
|
<span class="title cur">尺码信息 SIZE INFO</span>
|
|
|
</p>
|
|
|
{{# size}}
|
|
|
<table class="size-table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
{{#each .}}
|
|
|
<td>{{.}}</td>
|
|
|
{{/each}}
|
|
|
{{# thead}}
|
|
|
<th>{{name}}</th>
|
|
|
{{/ thead}}
|
|
|
</tr>
|
|
|
{{/ tbody}}
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<p class="size-tip">
|
|
|
※ 以上尺寸为实物人工测量,因测量方式不同会有1-2CM误差,相关数据仅作参考,以收到实物为准。 单位:CM
|
|
|
</p>
|
|
|
<p class="size-tip">
|
|
|
※ 参考尺码因衣服版型、剪裁不同会有误差,仅供参考
|
|
|
</p>
|
|
|
{{#if sizeImg}}
|
|
|
<img class="size-img" src="{{sizeImg}}">
|
|
|
{{/if}}
|
|
|
{{/ size}}
|
|
|
</div>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
{{# tbody}}
|
|
|
<tr>
|
|
|
{{#each .}}
|
|
|
<td>{{.}}</td>
|
|
|
{{/each}}
|
|
|
</tr>
|
|
|
{{/ tbody}}
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<p class="size-tip">
|
|
|
※ 以上尺寸为实物人工测量,因测量方式不同会有1-2CM误差,相关数据仅作参考,以收到实物为准。 单位:CM
|
|
|
</p>
|
|
|
<p class="size-tip">
|
|
|
※ 参考尺码因衣服版型、剪裁不同会有误差,仅供参考
|
|
|
</p>
|
|
|
{{#if sizeImg}}
|
|
|
<img class="size-img" src="{{sizeImg}}">
|
|
|
{{/if}}
|
|
|
{{/ size}}
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
|
|
|
{{#if reference}}
|
|
|
<div class="reference info-block">
|
...
|
...
|
|