...
|
...
|
@@ -97,7 +97,7 @@ |
|
|
<div class="row img-list clearfix">
|
|
|
<div class="img-preview">
|
|
|
<img src="" />
|
|
|
<input type="file" name="file" id="upload-{{../orderId}}-{{goodsId}}" />
|
|
|
<input type="file" name="file" accept="image/*" id="upload-{{../orderId}}-{{goodsId}}" />
|
|
|
<input type="hidden" name="imgUrl" />
|
|
|
<i class="view">查看</i>
|
|
|
<i class="del">删除</i>
|
...
|
...
|
@@ -122,8 +122,8 @@ |
|
|
<span class="star-{{satisfied}} active"></span>
|
|
|
</span>
|
|
|
<span>{{sizeLabel}}</span>
|
|
|
<span>身高:{{height}} 厘米</span>
|
|
|
<span>体重:{{weight}} 公斤</span>
|
|
|
{{#if height}}<span>身高:{{height}} 厘米</span>{{/if}}
|
|
|
{{#if weight}}<span>体重:{{weight}} 公斤</span>{{/if}}
|
|
|
</div>
|
|
|
<p>{{content}}</p>
|
|
|
{{#if url}}
|
...
|
...
|
|