...
|
...
|
@@ -118,22 +118,19 @@ |
|
|
<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>
|
|
|
<p class="cancelorder">等待审核</p>
|
|
|
</if>
|
|
|
<if condition="$vo['step'] eq '7'">
|
|
|
<p class="cancelorder refund_pay" data-url="{:url('user/Center/refundPay',['oid'=>$vo['id']])}">申请退款</p>
|
|
|
</if>
|
|
|
<if condition="$vo['step'] eq '8'">
|
|
|
<p class="cancelorder refund_pay_detail" data-url="{:url('user/Center/refundPayDetail',['oid'=>$vo['id']])}">退款详情</p>
|
|
|
<p class="cancelorder">等待审核</p>
|
|
|
</if>
|
|
|
<if condition="$vo['step'] eq '9'">
|
|
|
<p class="cancelorder">已退款</p>
|
|
|
</if>
|
|
|
</div>
|
|
|
</in>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
</volist>
|
|
|
</div>
|
...
|
...
|
|