...
|
...
|
@@ -114,7 +114,21 @@ |
|
|
<in name="vo.step" value="5,6,7,8,9">
|
|
|
<div class="unpay">
|
|
|
<p class="pay eval" data-url="{:url('user/Center/evaluate',['oid'=>$vo['id']])}">评价</p>
|
|
|
<p class="cancelorder refund" data-url="{:url('user/Center/refund',['oid'=>$vo['id']])}">申请退款</p>
|
|
|
<if condition="$vo['step'] eq '5'">
|
|
|
<p class="cancelorder refund" data-url="{:url('user/Center/refund',['oid'=>$vo['id']])}">申请退货</p>
|
|
|
</if>
|
|
|
<if condition="$vo['step'] eq '6'">
|
|
|
<p class="cancelorder refund_detail" data-url="{:url('user/Center/refundDetail',['oid'=>$vo['id']])}">退货详情</p>
|
|
|
</if>
|
|
|
<if condition="$vo['step'] eq '7'">
|
|
|
<p class="cancelorder refund_detail" data-url="{:url('user/Center/refundPay',['oid'=>$vo['id']])}">申请退款</p>
|
|
|
</if>
|
|
|
<if condition="$vo['step'] eq '8'">
|
|
|
<p class="cancelorder refund_detail" data-url="{:url('user/Center/refundPayDetail',['oid'=>$vo['id']])}">退款详情</p>
|
|
|
</if>
|
|
|
<if condition="$vo['step'] eq '9'">
|
|
|
<p class="cancelorder">已退款</p>
|
|
|
</if>
|
|
|
</div>
|
|
|
</in>
|
|
|
|
...
|
...
|
|