...
|
...
|
@@ -37,9 +37,8 @@ |
|
|
<div class="other-infos">
|
|
|
<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>
|
|
|
<span class="title cur">商品信息 Product Info</span>
|
|
|
|
|
|
</p>
|
|
|
<div class="description-content">
|
|
|
{{# description}}
|
...
|
...
|
@@ -70,6 +69,14 @@ |
|
|
{{/if}}
|
|
|
{{/ description}}
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
<div class="description-material info-block">
|
|
|
<p class="block-title">
|
|
|
|
|
|
<span class="title cur">材质洗涤 Washing Instructions</span>
|
|
|
</p>
|
|
|
|
|
|
<div class="material-content">
|
|
|
{{# material}}
|
|
|
{{#if materialDetail}}
|
...
|
...
|
@@ -97,130 +104,140 @@ |
|
|
{{/ material}}
|
|
|
</div>
|
|
|
</div>
|
|
|
{{#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>
|
|
|
{{# thead}}
|
|
|
<th>{{name}}</th>
|
|
|
{{/ thead}}
|
|
|
</tr>
|
|
|
</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">
|
|
|
<p class="block-title">
|
|
|
<span class="title cur">模特试穿 REFERENCE</span>
|
|
|
</p>
|
|
|
{{# reference}}
|
|
|
<table class="reference-table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
{{# thead}}
|
|
|
<th class="{{#if @first}}avatar-col{{/if}}{{#if modelCol}}model-col{{/if}}{{#if remarkCol}}remark-col{{/if}}">{{name}}</th>
|
|
|
{{/ thead}}
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
{{# tbody}}
|
|
|
<tr>
|
|
|
{{#each .}}
|
|
|
<td>
|
|
|
{{#if @first}}
|
|
|
<img class="avatar" src="{{.}}">
|
|
|
{{^}}
|
|
|
{{.}}
|
|
|
{{/if}}
|
|
|
</td>
|
|
|
{{/each}}
|
|
|
</tr>
|
|
|
{{/ tbody}}
|
|
|
</tbody>
|
|
|
</table>
|
|
|
{{/ reference}}
|
|
|
<p class="size-tip">
|
|
|
※ 模特试穿中身高单位:CM,体重单位:KG,三围单位:CM
|
|
|
</p>
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
<div class="description-material-tab info-block">
|
|
|
<p class="block-title">
|
|
|
<span class="title cur">尺码信息 Size Guide</span>
|
|
|
<span class="sep">|</span>
|
|
|
<span class="title">模特试穿 Model Fitting</span>
|
|
|
</p>
|
|
|
<div class="size-content">
|
|
|
|
|
|
{{#if modelCards}}
|
|
|
<div class="ref-model info-block">
|
|
|
<div class="ref-model">
|
|
|
{{# modelCards}}
|
|
|
<div class="model" style="background: url({{url}}) no-repeat">
|
|
|
<span>试穿尺码: <em>{{size}}</em></span>
|
|
|
</div>
|
|
|
{{/ modelCards}}
|
|
|
</div>
|
|
|
{{#if goodsInfo.virtualGoods}}
|
|
|
<!---虚拟商品-尺码信息没有--->
|
|
|
{{else}}
|
|
|
<div class="size-info info-block">
|
|
|
|
|
|
{{# size}}
|
|
|
<table class="size-table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
{{# thead}}
|
|
|
<th>{{name}}</th>
|
|
|
{{/ thead}}
|
|
|
</tr>
|
|
|
</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}}
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
<div class="model-content">
|
|
|
|
|
|
{{#if fittingReport}}
|
|
|
<div class="fitting-report info-block">
|
|
|
<p class="block-title">
|
|
|
<span class="title cur">试穿报告 FITTING REPORT</span>
|
|
|
</p>
|
|
|
{{# fittingReport}}
|
|
|
{{#if frImg}}
|
|
|
<div class="fr-img-wrap">
|
|
|
<img src="{{frImg}}">
|
|
|
</div>
|
|
|
{{^}}
|
|
|
<table class="fitting-report-table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
{{# thead}}
|
|
|
<th>{{.}}</th>
|
|
|
{{/ thead}}
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
{{# tbody}}
|
|
|
{{#if reference}}
|
|
|
<div class="reference info-block">
|
|
|
|
|
|
{{# reference}}
|
|
|
<table class="reference-table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
{{#each .}}
|
|
|
<td>{{.}}</td>
|
|
|
{{/each}}
|
|
|
{{# thead}}
|
|
|
<th class="{{#if @first}}avatar-col{{/if}}{{#if modelCol}}model-col{{/if}}{{#if remarkCol}}remark-col{{/if}}">{{name}}</th>
|
|
|
{{/ thead}}
|
|
|
</tr>
|
|
|
{{/ tbody}}
|
|
|
</tbody>
|
|
|
</table>
|
|
|
{{/if}}
|
|
|
{{/ fittingReport}}
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
{{# tbody}}
|
|
|
<tr>
|
|
|
{{#each .}}
|
|
|
<td>
|
|
|
{{#if @first}}
|
|
|
<img class="avatar" src="{{.}}">
|
|
|
{{^}}
|
|
|
{{.}}
|
|
|
{{/if}}
|
|
|
</td>
|
|
|
{{/each}}
|
|
|
</tr>
|
|
|
{{/ tbody}}
|
|
|
</tbody>
|
|
|
</table>
|
|
|
{{/ reference}}
|
|
|
<p class="size-tip">
|
|
|
※ 模特试穿中身高单位:CM,体重单位:KG,三围单位:CM
|
|
|
</p>
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
{{#if modelCards}}
|
|
|
<div class="ref-model info-block">
|
|
|
<div class="ref-model">
|
|
|
{{# modelCards}}
|
|
|
<div class="model" style="background: url({{url}}) no-repeat">
|
|
|
<span>试穿尺码: <em>{{size}}</em></span>
|
|
|
</div>
|
|
|
{{/ modelCards}}
|
|
|
</div>
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
|
|
|
{{#if fittingReport}}
|
|
|
<div class="fitting-report info-block">
|
|
|
<p class="block-title">
|
|
|
<span class="title cur">试穿报告 FITTING REPORT</span>
|
|
|
</p>
|
|
|
{{# fittingReport}}
|
|
|
{{#if frImg}}
|
|
|
<div class="fr-img-wrap">
|
|
|
<img src="{{frImg}}">
|
|
|
</div>
|
|
|
{{^}}
|
|
|
<table class="fitting-report-table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
{{# thead}}
|
|
|
<th>{{.}}</th>
|
|
|
{{/ thead}}
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
{{# tbody}}
|
|
|
<tr>
|
|
|
{{#each .}}
|
|
|
<td>{{.}}</td>
|
|
|
{{/each}}
|
|
|
</tr>
|
|
|
{{/ tbody}}
|
|
|
</tbody>
|
|
|
</table>
|
|
|
{{/if}}
|
|
|
{{/ fittingReport}}
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
|
|
|
<div class="details info-block">
|
|
|
<p class="block-title">
|
|
|
<span class="title cur">商品详情 DETAILS</span>
|
|
|
<span class="title cur">商品详情 Product Description</span>
|
|
|
</p>
|
|
|
<div id="details-html" class="details-html">
|
|
|
<div class="lazy-load-object">
|
...
|
...
|
@@ -419,4 +436,3 @@ |
|
|
})();
|
|
|
</script>
|
|
|
{{/statGoodsInfo}} |
|
|
|
...
|
...
|
|