...
|
...
|
@@ -189,20 +189,20 @@ |
|
|
{{/ goods}}
|
|
|
<tr>
|
|
|
<td colspan="5">
|
|
|
<p class="re-tips">订单金额:¥{{amount}} (¥{{cash}} 现金 - ¥{{yohoCoin}} YOHO币 - ¥{{coupon}} 优惠券)</p>
|
|
|
<p class="re-tips">订单金额:¥{{amount}} (¥{{cash}} 现金 - ¥{{yohoCoin}} 有货币 - ¥{{coupon}} 优惠券)</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
<h2>退款方式</h2>
|
|
|
<div class="refund-detail">
|
|
|
<p>我们将优先返还您在此次购物时使用的YOHO币到您的账户,请选择您实际支付金额的退款方式:</p>
|
|
|
<p>我们将优先返还您在此次购物时使用的有货币到您的账户,请选择您实际支付金额的退款方式:</p>
|
|
|
<p>
|
|
|
{{# returnAmountMode}}
|
|
|
<input type="radio" name="refund-type" value="{{id}}"{{#if default}} checked=""{{/if}}>{{name}}
|
|
|
{{/ returnAmountMode}}
|
|
|
</p>
|
|
|
<div id="refund-pay-info" class="refund-pay-info">
|
|
|
<p class="type-yoho type-yoho-tips">实际支付金额将以YOHO币的形式打入您的账户中,YOHO币不限使用条件,可与现金等额使用</p>
|
|
|
<p class="type-yoho type-yoho-tips">实际支付金额将以有货币的形式打入您的账户中,有货币不限使用条件,可与现金等额使用</p>
|
|
|
<p class="type-bank type-bank-tips">不支持信用卡退款!</p>
|
|
|
<p class="type-alipay type-alipay-tips">支付宝需经过实名认证!</p>
|
|
|
<table class="refund-pay-table">
|
...
|
...
|
|