|
@@ -68,7 +68,7 @@
|
|
|
<text style="color: #ff4544">¥{{order.refund_price}}</text> -->
|
|
<text style="color: #ff4544">¥{{order.refund_price}}</text> -->
|
|
|
<image class='refundImg' src='/images/refund.png'></image>
|
|
<image class='refundImg' src='/images/refund.png'></image>
|
|
|
<view class='flex-col' style="color: #EB4851; margin-left: 10rpx;">
|
|
<view class='flex-col' style="color: #EB4851; margin-left: 10rpx;">
|
|
|
- {{order.refund_status == 5 || order.refund_status == 6 ? '退款完成' : '退款处理中'}}
|
|
|
|
|
|
|
+ {{order.refund_status == 5 || order.refund_status == 6 ? '退款完成' : order.refund_status == 3 ?'退款被拒':'退款处理中'}}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</block>
|
|
</block>
|
|
@@ -76,7 +76,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex-grow-0 flex-y-center flex-row">
|
|
<view class="flex-grow-0 flex-y-center flex-row">
|
|
|
<block wx:if="{{status==4}}">
|
|
<block wx:if="{{status==4}}">
|
|
|
- <view bindtap='refundDel' data-id='{{order.order_refund_id}}' wx:if='{{order.refund_status == 5 || order.refund_status == 6}}' class="order-option-btn">删除订单</view>
|
|
|
|
|
|
|
+ <view bindtap='refundDel' data-id='{{order.order_refund_id}}' wx:if='{{order.refund_status == 5 || order.refund_status == 6 || order.refund_status ==3}}' class="order-option-btn">删除订单</view>
|
|
|
<!-- <view wx:if="{{order.refund_status==0}}">等待处理</view>
|
|
<!-- <view wx:if="{{order.refund_status==0}}">等待处理</view>
|
|
|
<view style="color: #36ba75" wx:if="{{order.refund_status==1}}">已同意并退款</view>
|
|
<view style="color: #36ba75" wx:if="{{order.refund_status==1}}">已同意并退款</view>
|
|
|
<view style="color: #36ba75" wx:if="{{order.refund_status==2}}">已同意退款</view>
|
|
<view style="color: #36ba75" wx:if="{{order.refund_status==2}}">已同意退款</view>
|