...
|
...
|
@@ -67,10 +67,12 @@ |
|
|
<tr>
|
|
|
<th class="product-info">商品信息</th>
|
|
|
<th class="good-price">单价(元)</th>
|
|
|
<th class="yoho-coin">
|
|
|
返有货币
|
|
|
<a target="_blank" href="//www.yohobuy.com/help/detail?id=105"></a>
|
|
|
</th>
|
|
|
{{#unless isChange}}
|
|
|
<th class="yoho-coin">
|
|
|
返有货币
|
|
|
<a target="_blank" href="//www.yohobuy.com/help/detail?id=105"></a>
|
|
|
</th>
|
|
|
{{/unless}}
|
|
|
<th class="num">数量</th>
|
|
|
{{#unless isChange}}
|
|
|
<th class="sum">退款金额(元)</th>
|
...
|
...
|
@@ -104,7 +106,9 @@ |
|
|
<td>
|
|
|
<p class="red">{{round price 2}}</p>
|
|
|
</td>
|
|
|
<td>{{yoho_coin_cut_num}}</td>
|
|
|
{{#unless ../isChange}}
|
|
|
<td>{{yoho_coin_cut_num}}</td>
|
|
|
{{/unless}}
|
|
|
<td>1</td>
|
|
|
{{#unless ../isChange}}
|
|
|
<td>{{round real_pay_price 2}}</td>
|
...
|
...
|
|